From 29a0c0e7f4b0b02a12830d5dd3b4b2ad07aff291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sat, 11 Jan 2020 11:41:11 +0100 Subject: [PATCH] travis: switch to dom0 Fedora 31 QubesOS/qubes-issues#5529 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d9a10d..208c98e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ script: - test -z "$TESTS_ONLY" || python -m unittest discover -v imgconverter -p test.py - test -n "$TESTS_ONLY" || ~/qubes-builder/scripts/travis-build env: - - DIST_DOM0=fc29 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 + - DIST_DOM0=fc31 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 - 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 @@ -29,7 +29,7 @@ jobs: python: 3.7 - stage: deploy python: 3.6 - env: DIST_DOM0=fc29 TESTS_ONLY= + env: DIST_DOM0=fc31 TESTS_ONLY= script: ~/qubes-builder/scripts/travis-deploy # don't build tags which are meant for code signing only