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 Jul 27, 2016
1 parent 016fe31 commit 4868631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"repository": "stream-utils/destroy",
"devDependencies": {
"istanbul": "0.4.4",
"mocha": "2.4.5"
"mocha": "2.5.3"
},
"scripts": {
"test": "mocha --reporter spec",
Expand Down

0 comments on commit 4868631

Please sign in to comment.