Skip to content

Commit 96f8f2f

Browse files
committed
1 parent 60dec3f commit 96f8f2f

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
@@ -67,6 +67,7 @@ before_install:
6767
# Configure mocha for testing
6868
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
6969
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
70+
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
7071
fi
7172
- |
7273
# 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.0.1",
2323
"eslint-plugin-standard": "4.0.0",
2424
"istanbul": "0.4.5",
25-
"mocha": "5.2.0",
25+
"mocha": "6.0.2",
2626
"supertest": "3.4.2"
2727
},
2828
"files": [

0 commit comments

Comments
 (0)