Skip to content

Commit

Permalink
Make npm logs less verbose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 5, 2017
1 parent 0c18d66 commit cd29a00
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 cd29a00

Please sign in to comment.