.travis.yml in trav3-0.1.1 vs .travis.yml in trav3-0.2.0
- old
+ new
@@ -1,7 +1,20 @@
language: ruby
+
rvm:
-- 2.3.6
-- 2.4.3
-- 2.5.0
+- 2.4.5
+- 2.5.3
+- 2.6.0
+
env:
-script: bundle exec rake test
+ global:
+ - CC_TEST_REPORTER_ID=bbc65a7f5858b221fbbb49617e4118dcce44703366ea64a49687214aed252cf3
+
+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