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 1970a47 commit e30fbcbCopy full SHA for e30fbcb
.travis.yml
@@ -73,6 +73,7 @@ before_install:
73
# Configure mocha for testing
74
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
75
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
76
+ elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
77
fi
78
- |
79
# Configure supertest for http calls
package.json
@@ -30,7 +30,7 @@
30
"eslint-plugin-standard": "4.0.0",
31
"istanbul": "0.4.5",
32
"methods": "1.1.2",
33
- "mocha": "5.2.0",
+ "mocha": "6.0.2",
34
"safe-buffer": "5.1.2",
35
"supertest": "3.4.2"
36
},
0 commit comments