Skip to content

Commit 4d25340

Browse files
committed
build: fix coverage reporting
1 parent c32ad19 commit 4d25340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ before_install:
8989
9090
script:
9191
- |
92-
# Run test script, depending on istanbul install
93-
if npm_module_installed 'istanbul'; then npm run-script test-travis
92+
# Run test script, depending on nyc install
93+
if npm_module_installed 'nyc'; then npm run-script test-travis
9494
else npm test
9595
fi
9696
- |

0 commit comments

Comments
 (0)