mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Failure to report coverage should not cause build failure.
This commit is contained in:
parent
178f2111dd
commit
5e158a52c7
@ -1,8 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
node_js:
|
||||
- "0.10"
|
||||
script:
|
||||
- npm install && npm test && npm run coverage-report
|
||||
- npm install
|
||||
- npm test
|
||||
- npm run coverage-report || true
|
||||
notifications:
|
||||
hipchat:
|
||||
rooms:
|
||||
|
Loading…
Reference in New Issue
Block a user