From 1a77802b2093afd8549fd5c010475c7cafbbda4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 21 Dec 2017 20:58:24 +0100 Subject: [PATCH] travis: enable deploy stage for master-staging -> master gate --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 42f217b..74432db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,13 @@ jobs: python: 3.4 - env: TESTS_ONLY=1 python: 3.5 + - stage: deploy + python: 3.5 + env: DIST_DOM0=fc25 TESTS_ONLY= + script: ~/qubes-builder/scripts/travis-deploy + +# don't build tags which are meant for code signing only +branches: + except: + - /.*_.*/ +