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 ddfa758 commit 29ea92aCopy full SHA for 29ea92a
.travis.yml
@@ -72,6 +72,7 @@ before_install:
72
# Configure mocha for testing
73
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
74
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
75
+ elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
76
fi
77
# Update Node.js modules
78
- |
package.json
@@ -25,7 +25,7 @@
25
"eslint-plugin-promise": "4.1.1",
26
"eslint-plugin-standard": "4.0.0",
27
"istanbul": "0.4.5",
28
- "mocha": "5.2.0"
+ "mocha": "6.1.2"
29
},
30
"files": [
31
"LICENSE",
0 commit comments