Skip to content

Commit

Permalink
build: mocha@6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 13, 2019
1 parent ddf2b6e commit 5b7d4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -68,6 +68,7 @@ before_install:
# Configure mocha for testing
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'
fi
- |
# Configure supertest for http calls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"mocha": "6.0.2",
"supertest": "3.3.0"
},
"files": [
Expand Down

0 comments on commit 5b7d4c0

Please sign in to comment.