From 3608b5fab1a521a717eccbe56057458009955627 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 13 Apr 2019 00:13:46 -0400 Subject: [PATCH] build: supertest@4.0.2 --- .travis.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b27759..1a31019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,6 +70,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 - | # Configure eslint for linting diff --git a/package.json b/package.json index 0fad156..992ec65 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.4.2" + "supertest": "4.0.2" }, "engines": { "node": ">= 0.8.0"