Browse Source

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.
Marek Marczykowski-Górecki 7 years ago
parent
commit
3217d8af6f
1 changed files with 9 additions and 6 deletions
  1. 9 6
      .travis.yml

+ 9 - 6
.travis.yml

@@ -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: