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:
parent
116c45071f
commit
3217d8af6f
15
.travis.yml
15
.travis.yml
@ -16,15 +16,18 @@ script:
|
|||||||
env:
|
env:
|
||||||
- TESTS_ONLY=1
|
- 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:
|
after_success:
|
||||||
# - ~/qubes-builder/scripts/travis-deploy
|
|
||||||
- codecov
|
- 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
|
# don't build tags which are meant for code signing only
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user