1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-14 17:51:02 +01:00
pixdisp/.travis.yml
2018-01-05 19:37:25 +01:00

13 lines
No EOL
426 B
YAML

env:
global:
- CC_TEST_REPORTER_ID=5f1e92945cab5ebb28e276edc875aee6a08453d3e888d32e1a52da99fe10d2c0
language: node_js
node_js:
- "9"
- "8"
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