Codebase list ruby-faker / scrub-obsolete/main .travis.yml
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

.travis.yml @scrub-obsolete/mainraw · history · blame

env:
  global:
    - CC_TEST_REPORTER_ID=c9b8356df2031a5a72462555fe898245cf24d83c7bb82c40ddb5c6c6976c4319
sudo: false
language: ruby
cache: bundler
rvm:
  - 2.3.7
  - 2.4.4
  - 2.5.1
  - ruby-head
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
matrix:
 allow_failures:
   - rvm: ruby-head