Skip to content

Commit

Permalink
build: mocha@6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 15, 2019
1 parent b6066eb commit 17190a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ before_install:
fi
- |
# Configure mocha for testing
if node_version_lt '4.0'; then npm_use_module 'mocha' '3.5.3'
if 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 nyc for testing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "5.2.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
},
"files": [
Expand Down

0 comments on commit 17190a1

Please sign in to comment.