From 341966ccff252d3a26306a12ea12a0e1c608f483 Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Mon, 23 Jul 2018 00:09:12 -0500 Subject: [PATCH] Fix code coverage not exiting --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9fa182..52dc831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ install: npm install before_script: - grunt after_script: - - istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec + - istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit notifications: on_failure: change