.travis.yml in asciidoctor-bibliography-0.4.3 vs .travis.yml in asciidoctor-bibliography-0.4.4
- old
+ new
@@ -1,4 +1,12 @@
sudo: false
language: ruby
rvm:
- 2.3.0
+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 rspec
+after_script:
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT