From 97612f3b31cae03235280b35ea80f3da51f901bd Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 27 Jan 2016 07:36:53 -0800 Subject: [PATCH] Disable npm progress bar in travis for quicker installs. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8165ca11f..2b1e6c29e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ notifications: before_install: - "nvm use $TRAVIS_NODE_VERSION" - "npm config set loglevel error" + - "npm config set progress false" - "npm i -g npm@\"^2.0.0\"" - | PATTERN[0]="|\s*if\s*\(isHostObject\b[\s\S]+?\}(?=\n)|"