Skip to content

Commit 9630d71

Browse files
committed
chore(travis): disable npm spinner & enable HTTP logs
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.
1 parent cf4f85f commit 9630d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ env:
2020

2121
install:
2222
- npm config set registry http://23.251.144.68
23+
# Disable the spinner, it looks bad on Travis
24+
- npm config set spin false
25+
# Log HTTP requests
26+
- npm config set loglevel http
2327
# Run npm install twice, because it is flaky.
2428
- npm install || npm install
2529

0 commit comments

Comments
 (0)