From 856e46c3fc93f958a8f65ec0326b254dc32e3dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sun, 26 Jul 2020 23:27:31 +0200 Subject: [PATCH] Update travis --- .travis.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfae895..a536523 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,8 @@ -sudo: required -dist: bionic +import: + - source: QubesOS/qubes-continuous-integration:R4.1/travis-base-r4.1.yml + - source: QubesOS/qubes-continuous-integration:R4.1/travis-vms-r4.1.yml language: python python: '3.5' -install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder -script: ~/qubes-builder/scripts/travis-build -env: - - DISTS_VM=fc29 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 - - DISTS_VM=fc30 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 - - DISTS_VM=stretch USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 - - DISTS_VM=buster USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 - - DISTS_VM=centos7 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 - jobs: include: - python: '3.6' # needs to match bionic @@ -29,9 +21,3 @@ jobs: python: '3.5' env: DIST_DOM0=fc31 TESTS_ONLY= script: ~/qubes-builder/scripts/travis-deploy - - -branches: - except: - - /.*_.*/ - - build