jekyll-analytics/.travis.yml

9 lines
306 B
YAML
Raw Normal View History

2019-10-19 21:21:07 +00:00
dist: bionic
2019-10-19 21:19:10 +00:00
language: ruby
2019-10-19 21:50:26 +00:00
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