Skip to content

Commit 096c722

Browse files
committedJul 5, 2015
travis: shut up conda and binstar progress bars
1 parent a3fe538 commit 096c722

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ before_install:
1313
- . ./.travis/get-toolchain.sh
1414
- . ./.travis/get-anaconda.sh
1515
- source $HOME/miniconda/bin/activate py34
16-
- conda install pip coverage binstar migen cython
16+
- conda install -q pip coverage binstar migen cython
1717
- pip install coveralls
1818
install:
1919
- conda build conda/artiq
20-
- conda install artiq --use-local
20+
- conda install -q artiq --use-local
2121
script:
2222
- coverage run --source=artiq setup.py test
2323
- make -C doc/manual html
2424
after_success:
25-
- binstar login --hostname $(hostname) --username $binstar_login --password $binstar_password
26-
- binstar upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
25+
- binstar login -q --hostname $(hostname) --username $binstar_login --password $binstar_password
26+
- binstar upload -q --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
2727
- coveralls
2828
notifications:
2929
email:

0 commit comments

Comments
 (0)
Please sign in to comment.