From fd281e897b45dc2de0ca37ed075906038f5ed80e Mon Sep 17 00:00:00 2001 From: darius BERNARD Date: Thu, 11 Oct 2018 11:02:36 +0200 Subject: [PATCH] fix travis deploy 3. release 1.6.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3fd6485..cdca041 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ jobs: include: # deploy if master and tag - stage: deploy - if: type = push AND branch = master AND tag IS present # or whenever you want to deploy + if: branch = master AND tag IS present # or whenever you want to deploy script: skip # to not run Travis' default script python: '3.5' install: skip