We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07e7fd commit f6873b5Copy full SHA for f6873b5
.travis.yml
@@ -74,6 +74,7 @@ before_install:
74
# Configure supertest for http calls
75
if node_version_lt '0.10'; then npm_use_module 'supertest' '1.1.0'
76
elif node_version_lt '4.0' ; then npm_use_module 'supertest' '2.0.0'
77
+ elif node_version_lt '6.0' ; then npm_use_module 'supertest' '3.4.2'
78
fi
79
# Update Node.js modules
80
- |
package.json
@@ -28,7 +28,7 @@
28
"eslint-plugin-standard": "4.0.0",
29
"istanbul": "0.4.5",
30
"mocha": "6.0.2",
31
- "supertest": "3.3.0"
+ "supertest": "4.0.0"
32
},
33
"files": [
34
"LICENSE",
0 commit comments