1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-24 17:21:02 +01:00

Add sidekick

This commit is contained in:
Martijn de Boer 2018-01-07 09:02:18 +01:00
parent c2f9df14c5
commit 6d49d26707

View file

@ -4,13 +4,11 @@ env:
language: node_js language: node_js
node_js: node_js:
- "9" - "9"
install:
- npm i sidekick
script:
- sidekick run --travis
notifications: notifications:
slack: slack:
secure: KTdW1lnaIENmRYqpS9PRQXBeaHMomBXKriUcuDa6hVhAh5IOYEaH8Uo9viRcp0JJT3mU6OB5Few9S9riHrpIPl5Nq/Ip6NzOnzbM4/6+tqo7WK3IuNsDMrYW2afrx65W3Y7ESBBcA01LEcPWywFYbyg284JRFRUUaKWxiwL+b1g= secure: KTdW1lnaIENmRYqpS9PRQXBeaHMomBXKriUcuDa6hVhAh5IOYEaH8Uo9viRcp0JJT3mU6OB5Few9S9riHrpIPl5Nq/Ip6NzOnzbM4/6+tqo7WK3IuNsDMrYW2afrx65W3Y7ESBBcA01LEcPWywFYbyg284JRFRUUaKWxiwL+b1g=
after_success: after_success:
- npm i sidekick
- sidekick run --travis
- npm install codeclimate-test-reporter - npm install codeclimate-test-reporter
- codeclimate-test-reporter < __coverage__/lcov.info - codeclimate-test-reporter < __coverage__/lcov.info