From cb782bd07b6b7d0f213f2cac84d8a6745b4d5d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 23 Oct 2019 15:00:29 +0200 Subject: [PATCH] travis: drop R4.1 in release4.0 branch --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38a895b..c003fef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,3 @@ install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder script: ~/qubes-builder/scripts/travis-build env: - DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 - - DIST_DOM0=fc29 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1