Skip to content

Commit a9fb5ab

Browse files
committed
Minor changes in deploy
1 parent e4b90cf commit a9fb5ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,9 @@ deploy:
100100
on:
101101
condition: '$DEPLOY_CONDA == true'
102102
all_branches: true
103+
- provider: script
104+
script: ci/deploy_anaconda.sh
105+
skip_cleanup: true
106+
on:
107+
condition: '$DEPLOY_CONDA == true'
103108
tags: true

0 commit comments

Comments
 (0)