Skip to content

Commit

Permalink
Merge pull request #37566 from felixfbecker/quiet-npm
Browse files Browse the repository at this point in the history
Make npm logs less verbose in CI
  • Loading branch information
joaomoreno authored Nov 6, 2017
2 parents c51a65f + cd29a00 commit 99a0ac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99a0ac7

Please sign in to comment.