From: Francois-Xavier Le Bail Date: Wed, 24 Feb 2021 17:56:02 +0000 (+0100) Subject: Travis CI: Allow the ppc64le job to fail X-Git-Tag: tcpdump-4.99.1~66 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b4a938d8ba805f5c9b53255ac8b27da3d34f6b10 Travis CI: Allow the ppc64le job to fail (cherry picked from commit d860c9d14138858dec03f8c4ab449e7476b95736) --- diff --git a/.travis.yml b/.travis.yml index ddae916a..eeccec48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,8 @@ jobs: - name: "s390x" arch: s390x if: branch != coverity_scan + allow_failures: + - arch: ppc64le # Since 20 Feb 2021 often times out trying to boot. cache: ccache