Skip to content

Commit 5b7d4c0

Browse files
committed
1 parent ddf2b6e commit 5b7d4c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ before_install:
6868
# Configure mocha for testing
6969
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
7070
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
71+
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
7172
fi
7273
- |
7374
# Configure supertest for http calls

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-promise": "4.0.1",
2828
"eslint-plugin-standard": "4.0.0",
2929
"istanbul": "0.4.5",
30-
"mocha": "5.2.0",
30+
"mocha": "6.0.2",
3131
"supertest": "3.3.0"
3232
},
3333
"files": [

0 commit comments

Comments
 (0)