Skip to content

Commit e30fbcb

Browse files
committed
1 parent 1970a47 commit e30fbcb

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
@@ -73,6 +73,7 @@ before_install:
7373
# Configure mocha for testing
7474
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
7575
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
76+
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
7677
fi
7778
- |
7879
# Configure supertest for http calls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-standard": "4.0.0",
3131
"istanbul": "0.4.5",
3232
"methods": "1.1.2",
33-
"mocha": "5.2.0",
33+
"mocha": "6.0.2",
3434
"safe-buffer": "5.1.2",
3535
"supertest": "3.4.2"
3636
},

0 commit comments

Comments
 (0)