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 18, 2019
1 parent 2d1a659 commit 39ceb9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -40,9 +40,12 @@ before_install:
elif [[ "$(v "$TRAVIS_NODE_VERSION")" -lt "$(v '0.10')" ]]; then
# - use 2.x for Node.js < 0.10
npm install --save-dev mocha@2.5.3
elif [[ "$(v "$TRAVIS_NODE_VERSION")" -lt "$(v '6.0')" ]]; then
# - use 3.x for Node.js < 6
elif [[ "$(v "$TRAVIS_NODE_VERSION")" -lt "$(v '4.0')" ]]; then
# - use 3.x for Node.js < 4
npm install --save-dev mocha@3.5.3
elif [[ "$(v "$TRAVIS_NODE_VERSION")" -lt "$(v '6.0')" ]]; then
# - use 5.x for Node.js < 6
npm install --save-dev mocha@5.2.0
fi
- |
# nyc for coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "5.2.0",
"mocha": "6.0.2",
"nyc": "13.3.0"
},
"engines": {
Expand Down

0 comments on commit 39ceb9d

Please sign in to comment.