.travis.yml in ass_launcher-0.6.0 vs .travis.yml in ass_launcher-0.7.0

- old
+ new

@@ -1,4 +1,19 @@ +env: + global: + - SIMPLECOV=Y + - CC_TEST_REPORTER_ID=3074d8c3cb0d49f626bee84a35dfc5be1946a7e6109ebac4496827f1d699491e language: ruby rvm: - 2.0.0 + - 2.3.0 + - 2.5.0 + - ruby-head before_install: gem install bundler -v 1.10.5 +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 test +after_script: + - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT