We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da82aee commit fdba0dfCopy full SHA for fdba0df
.travis.yml
@@ -79,6 +79,7 @@ before_install:
79
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
80
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
81
elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2'
82
+ elif node_version_lt '10.0'; then npm_use_module 'mocha' '7.2.0'
83
fi
84
- |
85
# Configure nyc for testing
package.json
@@ -31,7 +31,7 @@
31
"eslint-plugin-promise": "4.2.1",
32
"eslint-plugin-standard": "4.0.1",
33
"gnode": "0.1.2",
34
- "mocha": "7.2.0",
+ "mocha": "8.0.1",
35
"nyc": "15.1.0",
36
"raw-body": "2.4.1",
37
"stream-to-array": "2.3.0"
0 commit comments