Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 19, 2016
1 parent 1ec5f0f commit 77c3ee0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,3 @@ script:

after_success:
- coveralls
- if [[ "$TRAVIS_BRANCH" = "master" ]] && [[ "$TRAVIS_PULL_REQUEST" = "false" ]]; then
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%%};
CONDA_FILE=`conda build conda/python-clang --output`;
anaconda upload --user ${ANACONDA_CHANNEL%%} ${CONDA_FILE%%};
fi

0 comments on commit 77c3ee0

Please sign in to comment.