travis: Don't run the deploy on the lint stage.
parent
27d265392e
commit
20e8850e09
|
@ -84,6 +84,7 @@ deploy:
|
|||
script: "ci/deploy.sh"
|
||||
on:
|
||||
tags: true
|
||||
python: 3.8
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
repo: tantivy-search/tantivy-py
|
||||
|
||||
|
|
Loading…
Reference in New Issue