travis: enable deploy stage for master-staging -> master gate
This commit is contained in:
parent
691f4e52f4
commit
1a77802b20
10
.travis.yml
10
.travis.yml
@ -25,3 +25,13 @@ jobs:
|
|||||||
python: 3.4
|
python: 3.4
|
||||||
- env: TESTS_ONLY=1
|
- env: TESTS_ONLY=1
|
||||||
python: 3.5
|
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:
|
||||||
|
- /.*_.*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user