Skip to content

Commit 5fa7c9c

Browse files
committed
build: mocha@8.0.1
1 parent 233f2b8 commit 5fa7c9c

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
@@ -72,6 +72,7 @@ before_install:
7272
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
7373
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
7474
elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2'
75+
elif node_version_lt '10.0'; then npm_use_module 'mocha' '7.2.0'
7576
fi
7677
- |
7778
# Configure supertest for http calls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-markdown": "1.0.2",
2424
"finalhandler": "1.1.2",
2525
"istanbul": "0.4.5",
26-
"mocha": "7.2.0",
26+
"mocha": "8.0.1",
2727
"safe-buffer": "5.2.0",
2828
"supertest": "4.0.2"
2929
},

0 commit comments

Comments
 (0)