Skip to content

Commit

Permalink
travis: only upload package when not building a pull request
Browse files Browse the repository at this point in the history
fallen committed Sep 9, 2015
1 parent 94a2499 commit b2c000e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@ script:

after_success:
# Upload Migen conda package to binstar
- anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password
- anaconda upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password; fi
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then anaconda upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2; fi

notifications:
email: false

0 comments on commit b2c000e

Please sign in to comment.