.travis.yml
env:
global:
- CC_TEST_REPORTER_ID=3b1640bdfc0217d2ce5622ee4643a1f2ed0b529904c51cf60bea7e13fa748932
language: node_js
node_js:
- 8.11.2
dist: trusty
before_script:
- yarn global add nyc
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter --debug before-build
script:
- make cover
after_script:
- ./cc-test-reporter --debug after-build --exit-code $TRAVIS_TEST_RESULT