Skip to content

Commit

Permalink
Add Node.js 9 and increase timeout to 5 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Dec 27, 2017
1 parent aa8146f commit 4ced696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_js:
- '4'
- '6'
- '8'
- '9'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"gulpplugin"
],
"scripts": {
"test": "xo && mocha -r test/util/set-default-options -R spec test/test-*",
"test": "xo && mocha -r test/util/set-default-options -t 5000 -R spec test/test-*",
"coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -r test/util/set-default-options -R spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- -r test/util/set-default-options -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
Expand Down

0 comments on commit 4ced696

Please sign in to comment.