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 93ba395 commit 737cb13Copy full SHA for 737cb13
.travis.yml
@@ -79,6 +79,7 @@ before_install:
79
# Configure supertest for http calls
80
if node_version_lt '0.10'; then npm_use_module 'supertest' '1.1.0'
81
elif node_version_lt '4.0' ; then npm_use_module 'supertest' '2.0.0'
82
+ elif node_version_lt '6.0' ; then npm_use_module 'supertest' '3.4.2'
83
fi
84
# Update Node.js modules
85
- |
package.json
@@ -32,7 +32,7 @@
32
"methods": "1.1.2",
33
"mocha": "6.0.2",
34
"safe-buffer": "5.1.2",
35
- "supertest": "3.4.2"
+ "supertest": "4.0.2"
36
},
37
"files": [
38
"lib/",
0 commit comments