Merge pull request #37566 from felixfbecker/quiet-npm

Make npm logs less verbose in CI
This commit is contained in:
João Moreno 2017-11-06 14:59:47 +01:00 committed by GitHub
commit 99a0ac7563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,9 @@ before_install:
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
# Make npm logs less verbose
- npm config set depth 0
- npm config set loglevel warn
install:
- ./scripts/npm.sh install