Skip to content

Commit 5123919

Browse files
committed
1 parent 7e5aacf commit 5123919

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
@@ -71,6 +71,7 @@ before_install:
7171
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
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'
74+
elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2'
7475
fi
7576
- |
7677
# Configure supertest for http calls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint-plugin-promise": "4.2.1",
2323
"eslint-plugin-standard": "4.0.1",
2424
"istanbul": "0.4.5",
25-
"mocha": "6.2.2",
25+
"mocha": "7.0.1",
2626
"supertest": "4.0.2"
2727
},
2828
"files": [

0 commit comments

Comments
 (0)