diff --git a/.travis.yml b/.travis.yml index 3c2a1e6d..2be67792 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,7 @@ before_install: # Configure supertest for http calls if node_version_lt '0.10'; then npm_use_module 'supertest' '1.1.0' elif 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 - | diff --git a/package.json b/package.json index ec5cbbc3..2d5ad515 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-standard": "4.0.0", "istanbul": "0.4.5", "mocha": "6.0.2", - "supertest": "3.3.0" + "supertest": "4.0.0" }, "files": [ "LICENSE",