From 9630d716e18442698fb3c0e49213bb21013f96e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 9 Jul 2014 12:41:46 +0200 Subject: [PATCH] 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. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 62e233bbfb31..f29b23f0bdf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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