Skip to content

Commit

Permalink
Update npm in before_install instead of before_script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgable committed May 23, 2014
1 parent a62ab74 commit 4e44ce8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js:
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm update -g npm
before_script:
- npm install -g grunt-cli
- npm update -g npm
- npm install -g grunt-cli

0 comments on commit 4e44ce8

Please sign in to comment.