Skip to content

Commit

Permalink
Minor changes in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Nov 12, 2018
1 parent 4754360 commit d5296b0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
- env:
- PYTHON_VERSION=3.7
- MPL_VERSION=3.0
- DEPLOY_CONDA=true
os: linux
- env:
- PYTHON_VERSION=3.6
Expand Down Expand Up @@ -43,6 +44,7 @@ matrix:
- env:
- PYTHON_VERSION=3.7
- MPL_VERSION=3.0
- DEPLOY_CONDA=true
os: osx
- env:
- PYTHON_VERSION=3.6
Expand Down Expand Up @@ -170,5 +172,11 @@ deploy:
script: ci/deploy_anaconda.sh
skip_cleanup: true
on:
condition: '$MPL_VERSION == 3.0'
condition: '$DEPLOY_CONDA == true'
all_branches: true
- provider: script
script: ci/deploy_anaconda.sh
skip_cleanup: true
on:
condition: '$DEPLOY_CONDA == true'
tags: true

0 comments on commit d5296b0

Please sign in to comment.