From 20e8850e0948dad00ce7abd13738b6568d59b856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 25 Jan 2020 11:34:02 +0100 Subject: [PATCH] travis: Don't run the deploy on the lint stage. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 69ca9d8..f7ed886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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