Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
chore(travis): use quiet option on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 27, 2013
1 parent 126de94 commit 923035e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ node_js:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g bower grunt-cli
- npm install
- npm install -qg bower grunt-cli
- npm install -q
- bower install --force
- bower install --force
after_success:
Expand Down

0 comments on commit 923035e

Please sign in to comment.