From c805f7bede72447c39c20344cef8b54a17edaa71 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:38:06 +0100 Subject: [PATCH] travis: switch to dom0 Fedora 31 QubesOS/qubes-issues#5529 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index faba5f14..e0a7c20c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: - ./run-tests - ~/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 after_success: - codecov -F unittests