From c3f76b5ae2c7c0ad6cac268800ddf742de1b156a Mon Sep 17 00:00:00 2001 From: Jari Bakken Date: Mon, 10 Nov 2014 16:34:20 +0100 Subject: [PATCH] Failure to report coverage should not cause build failure. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7406e727ae..69b6b5446e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: node_js -node_js: +node_js: - "0.10" script: -- npm install && npm test && npm run coverage-report +- npm install +- npm test +- npm run coverage-report || true notifications: hipchat: rooms: