Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Jan 7, 2015
1 parent 2a9327e commit 6146583
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 @@ -5,8 +5,8 @@ node_js:
- "0.11"

before_install:
- travis_retry "npm install -g npm"
- travis_retry "npm install"
- travis_retry npm install -g npm
- travis_retry npm install

script:
- npm test
Expand Down

0 comments on commit 6146583

Please sign in to comment.