From 24c2809890da6c344e1b8fe8097f32cfbce43340 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Wed, 26 Oct 2016 21:25:35 -0400 Subject: [PATCH] ci(travis): no coverage is currently being generated --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ff6026b9..4ad45dd71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ before_install: - sh -e /etc/init.d/xvfb start install: - npm run apply:bitpay -after_success: - - npm run exec:coveralls +# after_success: +# - npm run exec:coveralls