From 6092e7fed3df0dd3b759ff64e8eb92eb6e7e2f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 16 Jul 2020 18:17:03 +0200 Subject: [PATCH] fix build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7860d14..667ea09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python stages: - name: test - name: deploy - if: branch = master + if: tag is present cache: pip jobs: include: -- GitLab