Skip to content

Commit fdba0df

Browse files
committed
1 parent da82aee commit fdba0df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ before_install:
7979
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
8080
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
8181
elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2'
82+
elif node_version_lt '10.0'; then npm_use_module 'mocha' '7.2.0'
8283
fi
8384
- |
8485
# Configure nyc for testing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-promise": "4.2.1",
3232
"eslint-plugin-standard": "4.0.1",
3333
"gnode": "0.1.2",
34-
"mocha": "7.2.0",
34+
"mocha": "8.0.1",
3535
"nyc": "15.1.0",
3636
"raw-body": "2.4.1",
3737
"stream-to-array": "2.3.0"

0 commit comments

Comments
 (0)