Skip to content

Commit

Permalink
change logging level of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spderosso committed Sep 8, 2015
1 parent f69b974 commit 360bed9
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 @@ -19,10 +19,10 @@ before_script:
- git config --global user.email "[email protected]"

script:
- nosetests
- nosetests --logging-level=WARN
# nose doesn't like the number on test_e2e so it's not detected by the
# previous command.
- nosetests gitless/tests/test_e2e.py
- nosetests gitless/tests/test_e2e.py --logging-level=WARN

branches:
only:
Expand Down

0 comments on commit 360bed9

Please sign in to comment.