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: + - /.*_.*/ +