Skip to content

Commit

Permalink
chore: update Travis configuration
Browse files Browse the repository at this point in the history
Updates NPM before installing the dependencies.
  • Loading branch information
aymericbeaumet committed May 21, 2014
1 parent 77d73e2 commit 0d906b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ node_js:
- 0.8
- 0.10

# Make sure we have new NPM.
before_install:
- npm install -g npm
- npm config set loglevel warn

before_script:
- npm install -g grunt-cli
Expand Down

0 comments on commit 0d906b0

Please sign in to comment.