mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
Failure to report coverage should not cause build failure.
This commit is contained in:
parent
fdf324a9f5
commit
c3f76b5ae2
@ -2,7 +2,9 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
script:
|
script:
|
||||||
- npm install && npm test && npm run coverage-report
|
- npm install
|
||||||
|
- npm test
|
||||||
|
- npm run coverage-report || true
|
||||||
notifications:
|
notifications:
|
||||||
hipchat:
|
hipchat:
|
||||||
rooms:
|
rooms:
|
||||||
|
Loading…
Reference in New Issue
Block a user