From f147d6a22f6566c19b3ec82b2e6354d54327f221 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 1 Mar 2017 11:50:45 -0800 Subject: [PATCH] Update .travis.yml try to fix coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 292d86b..2b0a3e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ node_js: script: - "npm install" - "curl $GP_FAKE_BROKER > local-credentials.json" -- if [[ $TRAVIS_NODE_VERSION == '4' ]]; +- if [[ $TRAVIS_NODE_VERSION == '5' ]]; then nyc npm test && nyc report --reporter=text-lcov | coveralls; else npm test; fi