Browse Source

Stagin' branch and deployment

Wojtek Porczyk 8 years ago
parent
commit
7f85ba1f13
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -5,7 +5,7 @@ python:
   - '2.7'
 install:
   - pip install --quiet -r ci/requirements.txt
-  - git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
+  - git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
 # debootstrap in trusty is old...
 before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
 script:
@@ -15,6 +15,9 @@ script:
 env:
  - DIST_DOM0=fc23 USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
 
+after_success:
+  - ~/qubes-builder/scripts/travis-deploy
+
 addons:
   apt:
     packages: