Skip to content

Commit

Permalink
build: istanbul@0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 29, 2015
1 parent e143546 commit 2b711ed
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 @@ -8,6 +8,7 @@ sudo: false
before_install:
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
script:
# Run test script, depending on istanbul install
- "test ! -z $(npm -ps ls istanbul) || npm test"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": "jshttp/methods",
"devDependencies": {
"istanbul": "0.3.5",
"istanbul": "0.3.18",
"mocha": "1.21.5"
},
"files": [
Expand Down

0 comments on commit 2b711ed

Please sign in to comment.