Skip to content

Commit

Permalink
chore(travis): disable npm spinner & enable HTTP logs
Browse files Browse the repository at this point in the history
It's good to have HTTP logs on Travis for debugging purposes and the spinner
doesn't integrate with Travis very well & messes the output.
  • Loading branch information
mgol committed Jul 9, 2014
1 parent cf4f85f commit 9630d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ env:

install:
- npm config set registry http://23.251.144.68
# Disable the spinner, it looks bad on Travis
- npm config set spin false
# Log HTTP requests
- npm config set loglevel http
# Run npm install twice, because it is flaky.
- npm install || npm install

Expand Down

0 comments on commit 9630d71

Please sign in to comment.