Sha256: 0372062b315b7129ffaaf502a356d9684b2b659a932f49b8a8b7408ca25e1261

Contents?: true

Size: 389 Bytes

Versions: 3

Compression:

Stored size: 389 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1.10
  - 2.2.0
  - 2.3.3
  - 2.4.1

notifications:
  email:
    on_success: change
    on_failure: always

script: SPEC_ALL=true bundle exec rspec spec
before_install:
 - gem update bundler
after_success:
  - bundle exec codeclimate-test-reporter

addons:
  code_climate:
    repo_token: 7709fd21981bb9d2658647a66d959415a1029a83f1c199573828797944f26c52

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shoryuken-3.1.9 .travis.yml
shoryuken-3.1.8 .travis.yml
shoryuken-3.1.7 .travis.yml