krabique48/feedie_the_feed

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
env:
  global:
    - CC_TEST_REPORTER_ID=f14b7032cebad00126e25cfd92f2ecbc63f7fd987f35c2b4a96c40fdbbbafb42
language: ruby
rvm:
 - 2.2
 - 2.3
 - 2.4
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