From 5f0d3a4777f3d2300fb0bb89df6e6f2da2948694 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Thu, 14 Jul 2016 18:26:00 -0700 Subject: [PATCH] chore: deflake coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91baea06..054ee6b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_install: - npm install -g istanbul coveralls script: - xo ./lib/**/*.js - - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require test/bootstrap test/**/*.test.js && cat ./coverage/lcov.info | coveralls + - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require test/bootstrap test/**/*.test.js && cat ./coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'