Skip to content

Commit 1fec6bc

Browse files
committed
Travis doesn't need -qq anymore
1 parent 86150aa commit 1fec6bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ python:
55
- "2.7"
66
- "3.3"
77
install:
8-
- sudo apt-get update -qq
9-
- sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs -qq
10-
- sudo freshclam --quiet
8+
- sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
9+
- sudo freshclam
1110
- sudo service clamav-daemon start
12-
- pip install . --use-mirrors
11+
- pip install .
1312
script: python setup.py nosetests
1413
matrix:
1514
allow_failures:

0 commit comments

Comments
 (0)