Browse Source

travis: allow bullseye install to fail - no dnf/yum available

QubesOS/qubes-issues#5940
Marek Marczykowski-Górecki 3 years ago
parent
commit
55d8b99003
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -21,3 +21,6 @@ jobs:
       python: '3.5'
       env: DIST_DOM0=fc31 TESTS_ONLY=
       script: ~/qubes-builder/scripts/travis-deploy
+  allow_failures:
+    # no yum/dnf currently in bullseye
+    - env: DISTS_VM=bullseye USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1