diff --git a/.travis.yml b/.travis.yml index 0cde49c..142213c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,4 +90,8 @@ deploy: skip_cleanup: true on: all_branches: true + - provider: script + script: ci/deploy_anaconda.sh + skip_cleanup: true + on: tags: true