Disable npm progress bar in travis for quicker installs.

This commit is contained in:
John-David Dalton
2016-01-27 07:36:53 -08:00
parent 71702d058c
commit 97612f3b31

View File

@@ -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)|"