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