diff --git a/.travis.yml b/.travis.yml index bfc7716..3e8d505 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,7 @@ before_install: if 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 d453250..7859510 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,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", "supertest": "4.0.2" },