Skip to content

Commit

Permalink
Temporarily permit Rawhide builds to fail
Browse files Browse the repository at this point in the history
Rawhide just branched off to F32 and F33 does not have any
container images yet.

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Feb 12, 2020
1 parent e242eb8 commit 35ac116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 35ac116

Please sign in to comment.