Skip to content

Commit d5296b0

Browse files
committed
Minor changes in deploy
1 parent 4754360 commit d5296b0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ matrix:
1010
- env:
1111
- PYTHON_VERSION=3.7
1212
- MPL_VERSION=3.0
13+
- DEPLOY_CONDA=true
1314
os: linux
1415
- env:
1516
- PYTHON_VERSION=3.6
@@ -43,6 +44,7 @@ matrix:
4344
- env:
4445
- PYTHON_VERSION=3.7
4546
- MPL_VERSION=3.0
47+
- DEPLOY_CONDA=true
4648
os: osx
4749
- env:
4850
- PYTHON_VERSION=3.6
@@ -170,5 +172,11 @@ deploy:
170172
script: ci/deploy_anaconda.sh
171173
skip_cleanup: true
172174
on:
173-
condition: '$MPL_VERSION == 3.0'
175+
condition: '$DEPLOY_CONDA == true'
174176
all_branches: true
177+
- provider: script
178+
script: ci/deploy_anaconda.sh
179+
skip_cleanup: true
180+
on:
181+
condition: '$DEPLOY_CONDA == true'
182+
tags: true

0 commit comments

Comments
 (0)