Skip to content

Commit

Permalink
Merge pull request #23 from pfernique/master
Browse files Browse the repository at this point in the history
Updaet .travis.yml
  • Loading branch information
pfernique committed Aug 9, 2016
2 parents 1a09a82 + a1dbd2b commit fc9102d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ script:
after_success:
- coveralls
- if [[ "$TRAVIS_BRANCH" = "master" ]] && [[ "$TRAVIS_PULL_REQUEST" = "false" ]]; then
conda install anaconda-client
conda install anaconda-client;
anaconda login --username ${ANACONDA_USERNAME%%} --password ${ANACONDA_PASSWORD%%};
CONDA_FILE=`conda build conda/python-autowig --output`;
anaconda upload --user ${ANACONDA_CHANNEL%%} ${CONDA_FILE%%};
Expand Down

0 comments on commit fc9102d

Please sign in to comment.