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 7607a4c commit 92471e8Copy full SHA for 92471e8
2 files changed
.travis.yml
@@ -68,6 +68,7 @@ before_install:
68
# Configure mocha for testing
69
if node_version_lt '4.0'; then npm_use_module 'mocha' '3.5.3'
70
elif node_version_lt '6.0'; then npm_use_module 'mocha' '5.2.0'
71
+ elif node_version_lt '8.0'; then npm_use_module 'mocha' '6.2.2'
72
fi
73
- |
74
# Configure nyc for testing
package.json
@@ -25,7 +25,7 @@
25
"eslint-plugin-node": "11.0.0",
26
"eslint-plugin-promise": "4.2.1",
27
"eslint-plugin-standard": "4.0.1",
28
- "mocha": "6.2.2",
+ "mocha": "7.0.1",
29
"nyc": "15.0.0"
30
},
31
"files": [
0 commit comments