File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ before_install:
13
13
- . ./.travis/get-toolchain.sh
14
14
- . ./.travis/get-anaconda.sh
15
15
- source $HOME/miniconda/bin/activate py34
16
- - conda install pip coverage binstar migen cython
16
+ - conda install -q pip coverage binstar migen cython
17
17
- pip install coveralls
18
18
install :
19
19
- conda build conda/artiq
20
- - conda install artiq --use-local
20
+ - conda install -q artiq --use-local
21
21
script :
22
22
- coverage run --source=artiq setup.py test
23
23
- make -C doc/manual html
24
24
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
27
27
- coveralls
28
28
notifications :
29
29
email :
You can’t perform that action at this time.
0 commit comments