Fix code coverage not exiting

This commit is contained in:
Samer Albahra
2018-07-23 00:09:12 -05:00
parent 57f904e8f7
commit 341966ccff

View File

@@ -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