Skip to content

Commit

Permalink
build: mocha@7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 28, 2020
1 parent 73d78da commit d3c04f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ before_install:
npm install --save-dev mocha@2.5.3
elif [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -lt 6 ]]; then
npm install --save-dev mocha@3.5.3
elif [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -lt 8 ]]; then
npm install --save-dev mocha@6.2.2
fi
# Update Node.js modules
- |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"istanbul": "0.4.5",
"mocha": "6.2.2"
"mocha": "7.1.0"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit d3c04f4

Please sign in to comment.