Skip to content

Commit

Permalink
MAINT: travis: reduce output verbosity
Browse files Browse the repository at this point in the history
The Travis CI web interface doesn't perform well with long log files, so
we reduce the verbosity here.
  • Loading branch information
pv committed May 25, 2013
1 parent f100c49 commit 6d8e589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install:
- python -V
- popd
script:
- python runtests.py --show-build-log -g -v -m $TESTMODE
- python runtests.py -g -m $TESTMODE
env:
- TESTMODE=fast
notifications:
Expand Down

0 comments on commit 6d8e589

Please sign in to comment.