Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
be quiet while running travis-ci build/install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca committed Jan 2, 2015
1 parent 3f7de5a commit d2e60f5
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 @@ -4,7 +4,7 @@ python:
- "2.7"
before-install:
- sudo apt-get install python-gtk2
- python setup.py build
install: python setup.py install
- python setup.py -q build
install: python setup.py -q install
# command to run tests, e.g. python setup.py test
script: python setup.py test

0 comments on commit d2e60f5

Please sign in to comment.