Skip to content

Commit

Permalink
travis: do not upload conda package if branch is not master. fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Aug 21, 2015
1 parent 7f613d1 commit c923687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ script:
- make -C doc/manual html
after_success:
- anaconda -q login --hostname $(hostname) --username $binstar_login --password $binstar_password
- anaconda -q upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
- if [ "$TRAVIS_BRANCH" == "master" ]; then anaconda -q upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2; fi
- anaconda -q logout
- coveralls
notifications:
Expand Down

0 comments on commit c923687

Please sign in to comment.