.travis.yml in ui_bibz-2.1.4 vs .travis.yml in ui_bibz-2.1.5
- old
+ new
@@ -1,5 +1,18 @@
language: ruby
+env:
+ global:
+ - CC_TEST_REPORTER_ID=95196f8dbe3406321c6e7b406585532102784f0a3d4141a25f53937eedb844b6
+
+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
rvm:
- 2.2.3
branches:
only:
- master