Skip to content

Commit

Permalink
build: fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 8, 2019
1 parent c32ad19 commit 4d25340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -89,8 +89,8 @@ before_install:
script:
- |
# Run test script, depending on istanbul install
if npm_module_installed 'istanbul'; then npm run-script test-travis
# Run test script, depending on nyc install
if npm_module_installed 'nyc'; then npm run-script test-travis
else npm test
fi
- |
Expand Down

0 comments on commit 4d25340

Please sign in to comment.