.travis.yml in virtus-1.0.5 vs .travis.yml in virtus-2.0.0

- old
+ new

@@ -1,22 +1,21 @@ +sudo: false language: ruby -before_install: gem install bundler bundler_args: --without tools -script: "bundle exec rake spec" -env: - - CODECLIMATE_REPO_TOKEN=2b66fbb7c7c72503eb7841a479c0ad923f691729f4109b4aa8c9b4def1ebb42d +cache: bundler rvm: - - 1.9 - 2.0 - 2.1 - 2.2 + - 2.3 + - 2.4 + - 2.5 + - 2.6 + - 2.7 + - 3.0 - jruby - - rbx - - ruby-head -matrix: - allow_failures: - - rvm: ruby-head - - rvm: rbx -notifications: - email: - - piotr.solnica@gmail.com - - dan.kubb@gmail.com +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 +after_script: + - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT