Skip to content

Commit 2c6fcab

Browse files
committed
chore(travis): be quiet npm
1 parent 28d9122 commit 2c6fcab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ node_js:
55
before_install:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
8-
- npm install -g bower grunt-cli
9-
- npm install
8+
- npm install -qg bower grunt-cli
9+
- npm install -q
1010
- bower install --force
1111
- bower install --force
1212
after_success:

0 commit comments

Comments
 (0)