Skip to content

Commit

Permalink
build: mocha@2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 24, 2016
1 parent 2590360 commit 3a8dce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cache:
- node_modules
before_install:
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.8' || npm i -g npm@1.2.8000"
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
# Update Node.js modules
- "test ! -d node_modules || npm prune"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"express": "4.9.8",
"istanbul": "0.4.4",
"mocha": "1.21.5",
"mocha": "2.5.3",
"restify": "2.8.1",
"supertest": "1.1.0"
},
Expand Down

0 comments on commit 3a8dce4

Please sign in to comment.