From 645c128c938c2fa1bf1790ebb6c76d814bea545a Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 4 Jan 2020 15:02:43 -0500 Subject: [PATCH] build: mocha@7.0.0 --- .travis.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0a764a..29c72b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,7 @@ before_install: elif node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3' elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3' elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0' + elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2' fi - | # Configure nyc for testing diff --git a/package.json b/package.json index 267cb6d..841555f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "11.0.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", - "mocha": "6.2.2", + "mocha": "7.0.0", "nyc": "15.0.0" }, "files": [