Skip to content

Commit 4df2001

Browse files
committedJul 31, 2015
travis: try to use the new anaconda-client
1 parent 55708e8 commit 4df2001

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎.travis.yml

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

0 commit comments

Comments
 (0)
Please sign in to comment.