Skip to content

Commit

Permalink
chore(travis): Use npm@3
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Sep 21, 2015
1 parent bec7e07 commit 65080f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ env:
- SAUCE_USERNAME: vojtajina
- secure: "bRVY+hYZwMf1SqVnMyZRJTLD0gN1hLx9/MwO8MM/qBiu3YNjXy49XElfMdzMKN6cZeKTmhcnjmZonbJuI1PQ2t+utGkyjnlVLJ/OlWptreKLzIlcbt4hrdPoTcjmUTwDWq9Ex9cVoYX8AzCasETttpczp3P+s3+vmOUj8z25JyU="

# Make sure we have a new npm on Node 0.10.
# Make sure we have a new npm@3
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
- npm install -g npm
- npm config set loglevel warn

before_script:
Expand Down

0 comments on commit 65080f5

Please sign in to comment.