We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf2b6e commit 5b7d4c0Copy full SHA for 5b7d4c0
.travis.yml
@@ -68,6 +68,7 @@ before_install:
68
# Configure mocha for testing
69
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
70
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
71
+ elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
72
fi
73
- |
74
# Configure supertest for http calls
package.json
@@ -27,7 +27,7 @@
27
"eslint-plugin-promise": "4.0.1",
28
"eslint-plugin-standard": "4.0.0",
29
"istanbul": "0.4.5",
30
- "mocha": "5.2.0",
+ "mocha": "6.0.2",
31
"supertest": "3.3.0"
32
},
33
"files": [
0 commit comments