Skip to content

Commit

Permalink
Ensure latest npm to fix problem with minimatch dependency on node 0.…
Browse files Browse the repository at this point in the history
…8.x .
  • Loading branch information
cliffano committed Jun 2, 2014
1 parent e596231 commit dde4782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,7 @@ language: node_js
node_js:
- "0.10"
- 0.8
before_install: "npm install -g bob --loglevel error"
before_install:
- npm update -g npm
- npm install -g bob --loglevel error
script: "bob build"

0 comments on commit dde4782

Please sign in to comment.