diff --git a/.travis.yml b/.travis.yml index 56ab90e8..cf511cf6 100644 --- a/.travis.yml +++ b/.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: