Skip to content

Commit

Permalink
build: supertest@4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 8, 2019
1 parent 9c2b59d commit cfa2154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ before_install:
fi
- |
# Configure supertest for http calls
if node_version_lt '4.0'; then npm_use_module 'supertest' '2.0.0'
if node_version_lt '4.0'; then npm_use_module 'supertest' '2.0.0'
elif node_version_lt '6.0'; then npm_use_module 'supertest' '3.4.2'
fi
# Update Node.js modules
- |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"express": "4.16.4",
"mocha": "6.0.2",
"nyc": "13.1.0",
"supertest": "3.4.2"
"supertest": "4.0.2"
},
"files": [
"lib/index.js",
Expand Down

0 comments on commit cfa2154

Please sign in to comment.