Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 31, 2020
1 parent 94c6e25 commit 76df2e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ before_install:
fi
- |
# Configure mocha for testing
if node_version_lt '4.0'; then npm_use_module 'mocha' '3.5.3'
elif node_version_lt '6.0'; then npm_use_module 'mocha' '5.2.0'
elif node_version_lt '8.0'; then npm_use_module 'mocha' '6.2.2'
if node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2'
elif node_version_lt '10.0'; then npm_use_module 'mocha' '7.2.0'
fi
- |
# Configure nyc for testing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"after": "0.8.2",
"eslint": "7.5.0",
"express": "4.17.1",
"mocha": "7.2.0",
"mocha": "8.1.3",
"nyc": "15.1.0",
"supertest": "4.0.2"
},
Expand Down

0 comments on commit 76df2e6

Please sign in to comment.