Skip to content

Commit 42956bf

Browse files
author
Tim Hopper
committed
Make apt quieter
1 parent 066678b commit 42956bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ notifications:
55
email: false
66
before_install:
77
- export PATH="$HOME/miniconda/bin:$PATH"
8-
- sudo apt-get update
8+
- sudo apt-get -qq update
99
- bash .travis/install_conda.sh
1010
install: "pip install -r requirements.txt"
1111
script: make travis

0 commit comments

Comments
 (0)