We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066678b commit 42956bfCopy full SHA for 42956bf
.travis.yml
@@ -5,7 +5,7 @@ notifications:
5
email: false
6
before_install:
7
- export PATH="$HOME/miniconda/bin:$PATH"
8
- - sudo apt-get update
+ - sudo apt-get -qq update
9
- bash .travis/install_conda.sh
10
install: "pip install -r requirements.txt"
11
script: make travis
0 commit comments