Fix code coverage not exiting
This commit is contained in:
@@ -8,6 +8,6 @@ install: npm install
|
|||||||
before_script:
|
before_script:
|
||||||
- grunt
|
- grunt
|
||||||
after_script:
|
after_script:
|
||||||
- istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec
|
- istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
|
||||||
notifications:
|
notifications:
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|||||||
Reference in New Issue
Block a user