Skip to content

Commit 72be620

Browse files
committed
Use travis_wait to avoid timeouts for lack of output while running code coverage task
1 parent 901d97d commit 72be620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"mocha-lcov-reporter": "0.0.2"
3939
},
4040
"scripts": {
41-
"test": "jake generate-code-coverage"
41+
"test": "travis_wait jake generate-code-coverage"
4242
}
4343
}

0 commit comments

Comments
 (0)