travis: enable deploy script, switch to 4.0 repos

Enable master-staging -> master update
Use new "Build Stages" Travis-CI feature, to deploy only after _all_
tests complete.
This commit is contained in:
Marek Marczykowski-Górecki 2017-05-17 13:21:25 +02:00
parent 116c45071f
commit 3217d8af6f
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -16,15 +16,18 @@ script:
env:
- TESTS_ONLY=1
matrix:
include:
- env: DIST_DOM0=fc23 USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
python: 2.7
after_success:
# - ~/qubes-builder/scripts/travis-deploy
- codecov
jobs:
include:
- env: DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TESTS_ONLY=
python: '2.7'
- 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: