2018-01-05 19:34:03 +01:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- CC_TEST_REPORTER_ID=5f1e92945cab5ebb28e276edc875aee6a08453d3e888d32e1a52da99fe10d2c0
|
|
|
|
language: node_js
|
2018-01-05 19:37:25 +01:00
|
|
|
node_js:
|
2018-01-05 19:34:03 +01:00
|
|
|
- "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:
|
2018-01-05 19:50:20 +01:00
|
|
|
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
|
|
|
notifications:
|
|
|
|
slack:
|
|
|
|
secure: KTdW1lnaIENmRYqpS9PRQXBeaHMomBXKriUcuDa6hVhAh5IOYEaH8Uo9viRcp0JJT3mU6OB5Few9S9riHrpIPl5Nq/Ip6NzOnzbM4/6+tqo7WK3IuNsDMrYW2afrx65W3Y7ESBBcA01LEcPWywFYbyg284JRFRUUaKWxiwL+b1g=
|