Skip to content

Commit

Permalink
Travis: Node 0.8 NPM fix
Browse files Browse the repository at this point in the history
NPM update workaround from
npm/npm#6246 (comment)
  • Loading branch information
nschonni committed Oct 8, 2014
1 parent 196d98d commit 2174e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,5 +4,6 @@ node_js:
- "0.10"
- "0.11"
before_install:
- npm update npm -g # For "^" dependency compatiblibty in NodeJS 0.8
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
- npm install -g grunt-cli

0 comments on commit 2174e86

Please sign in to comment.