Skip to content

Commit 360bed9

Browse files
committed
change logging level of travis
1 parent f69b974 commit 360bed9

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
@@ -19,10 +19,10 @@ before_script:
1919
- git config --global user.email "[email protected]"
2020

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

2727
branches:
2828
only:

0 commit comments

Comments
 (0)