Skip to content

Commit 92471e8

Browse files
committed
build: mocha@7.0.1
1 parent 7607a4c commit 92471e8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ before_install:
6868
# Configure mocha for testing
6969
if node_version_lt '4.0'; then npm_use_module 'mocha' '3.5.3'
7070
elif node_version_lt '6.0'; then npm_use_module 'mocha' '5.2.0'
71+
elif node_version_lt '8.0'; then npm_use_module 'mocha' '6.2.2'
7172
fi
7273
- |
7374
# Configure nyc for testing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-node": "11.0.0",
2626
"eslint-plugin-promise": "4.2.1",
2727
"eslint-plugin-standard": "4.0.1",
28-
"mocha": "6.2.2",
28+
"mocha": "7.0.1",
2929
"nyc": "15.0.0"
3030
},
3131
"files": [

0 commit comments

Comments
 (0)