Sha256: 80277ca24d6600a346e1da78c1dc70703915093c3d84aa3ceb59863de83e8b25

Contents?: true

Size: 658 Bytes

Versions: 2

Compression:

Stored size: 658 Bytes

Contents

---
env:
  global:
  - JRUBY_OPTS="-Xcli.debug=true --debug"
  - CC_TEST_REPORTER_ID=954687c8cc4840dccb8887a7bf1f1f6ea463f6c20c02f20186945ab17995e0ba

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build

script:
- bundle exec rake

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

before_install:
- gem update --system
- gem install bundler -v 1.16.5

install:
- bundle install

bundler_args: --no-deployment --jobs 3 --retry 3

language: ruby
cache: bundler
rvm:
- 2.3.7
- 2.4.4
- 2.5.1

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
silent_stream-1.0.5 .travis.yml
silent_stream-1.0.4 .travis.yml