Skip to content

Commit 29ea92a

Browse files
committed
1 parent ddfa758 commit 29ea92a

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
# Configure mocha for testing
7373
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
7474
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
75+
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
7576
fi
7677
# Update Node.js modules
7778
- |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-promise": "4.1.1",
2626
"eslint-plugin-standard": "4.0.0",
2727
"istanbul": "0.4.5",
28-
"mocha": "5.2.0"
28+
"mocha": "6.1.2"
2929
},
3030
"files": [
3131
"LICENSE",

0 commit comments

Comments
 (0)