From 35ac116801172cf0ef56ac02050e69b3ca8df08b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 11 Feb 2020 19:48:15 -0500 Subject: [PATCH] Temporarily permit Rawhide builds to fail Rawhide just branched off to F32 and F33 does not have any container images yet. Signed-off-by: Stephen Gallagher --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9fbee1326..a8db400fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,3 +92,7 @@ jobs: script: 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./.travis/travis-coverity.sh; fi' arch: amd64 + + allow_failures: + - name: "Fedora rawhide x86_64" + - name: "Fedora rawhide aarch64"