Skip to content

Commit

Permalink
travis: fix deployment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jul 30, 2019
1 parent 62522a2 commit 2b44c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
- REQUIREMENTS=lowest EXTRAS=all,elasticsearch6 ES_URL=$ES6_DOWNLOAD_URL
- REQUIREMENTS=release EXTRAS=all,elasticsearch6 ES_URL=$ES6_DOWNLOAD_URL
- REQUIREMENTS=release EXTRAS=all,elasticsearch7 ES_URL=$ES7_DOWNLOAD_URL
- REQUIREMENTS=devel EXTRAS=all,elasticsearch6 ES_URL=$ES6_DOWNLOAD_URL
- REQUIREMENTS=devel EXTRAS=all,elasticsearch6 ES_URL=$ES6_DOWNLOAD_URL DEPLOY=true
- REQUIREMENTS=devel EXTRAS=all,elasticsearch7 ES_URL=$ES7_DOWNLOAD_URL

jdk:
Expand Down Expand Up @@ -86,6 +86,6 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
python: "3.5"
repo: inveniosoftware/invenio-search
condition: $DEPLOY = true

0 comments on commit 2b44c8c

Please sign in to comment.