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