Skip to content

Commit 19442ef

Browse files
committedJul 5, 2015
travis: binstar takes -q before command...
1 parent fbdc050 commit 19442ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ script:
2222
- coverage run --source=artiq setup.py test
2323
- make -C doc/manual html
2424
after_success:
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-
- binstar logout -q
25+
- binstar -q login --hostname $(hostname) --username $binstar_login --password $binstar_password
26+
- binstar -q upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
27+
- binstar -q logout
2828
- coveralls
2929
notifications:
3030
email:

0 commit comments

Comments
 (0)
Please sign in to comment.