From d5296b05d20263f0e30bac11328df10ed207d447 Mon Sep 17 00:00:00 2001 From: Chilipp Date: Mon, 12 Nov 2018 13:24:13 +0100 Subject: [PATCH] Minor changes in deploy --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59bd072..5102516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ matrix: - env: - PYTHON_VERSION=3.7 - MPL_VERSION=3.0 + - DEPLOY_CONDA=true os: linux - env: - PYTHON_VERSION=3.6 @@ -43,6 +44,7 @@ matrix: - env: - PYTHON_VERSION=3.7 - MPL_VERSION=3.0 + - DEPLOY_CONDA=true os: osx - env: - PYTHON_VERSION=3.6 @@ -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