Skip to content

Commit

Permalink
Remove branch check from travis after_deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Jan 29, 2019
1 parent 2bd2bd2 commit c9b9bdd
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 @@ -54,4 +54,4 @@ jobs:
on:
tags: true
after_deploy:
- test $TRAVIS_BRANCH = "master" && conda install conda-build && conda install anaconda-client && bash ci/conda_upload.sh
- conda install conda-build && conda install anaconda-client && bash ci/conda_upload.sh

0 comments on commit c9b9bdd

Please sign in to comment.