Skip to content

Commit

Permalink
Merge pull request #10 from srl295/fix-coverage
Browse files Browse the repository at this point in the history
Coveralls: Update .travis.yml
  • Loading branch information
srl295 committed Mar 3, 2017
2 parents 0762d65 + f147d6a commit 83ad1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83ad1a2

Please sign in to comment.