Skip to content

Commit

Permalink
Travis: Update NPM to support new dependency glob
Browse files Browse the repository at this point in the history
"^" dependency versions break in the version of NPM that ships with 0.8
Using https://www.npmjs.org/doc/misc/npm-faq.html#How-do-I-update-npm to ensure the CI build keeps testing for now
  • Loading branch information
nschonni committed Aug 19, 2014
1 parent 692d075 commit 3e0178c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_js:
- "0.10"
- "0.11"
before_install:
- npm update npm -g # For "^" dependency compatiblibty in NodeJS 0.8
- npm install -g grunt-cli

0 comments on commit 3e0178c

Please sign in to comment.