jekyll-analytics/.travis.yml
2019-10-20 00:02:31 +02:00

8 lines
306 B
YAML

dist: bionic
language: ruby
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