Skip to content

Commit 0cab80f

Browse files
committed
Minor changes in deploy
1 parent a0e3683 commit 0cab80f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ matrix:
1212
- PYTHON_VERSION=3.7
1313
- MPL_VERSION=3.0
1414
- QT_VERSION=5
15+
- DEPLOY_CONDA=true
1516
os: linux
1617
- env:
1718
- PYTHON_VERSION=3.6
@@ -42,6 +43,7 @@ matrix:
4243
- env:
4344
- PYTHON_VERSION=3.7
4445
- MPL_VERSION=3.0
46+
- DEPLOY_CONDA=true
4547
os: osx
4648
- env:
4749
- PYTHON_VERSION=3.6
@@ -181,6 +183,11 @@ deploy:
181183
script: ci/deploy_anaconda.sh
182184
skip_cleanup: true
183185
on:
184-
condition: '$MPL_VERSION == 3.0'
186+
condition: '$DEPLOY_CONDA == true'
185187
all_branches: true
188+
- provider: script
189+
script: ci/deploy_anaconda.sh
190+
skip_cleanup: true
191+
on:
192+
condition: '$DEPLOY_CONDA == true'
186193
tags: true

0 commit comments

Comments
 (0)