From 5826c0a24856fbdf82933254e9fa229c9410f9a4 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 22 Jul 2019 15:30:33 +1000 Subject: travis: Enable fedora30 for ppc64le Back in ac734a084319 when we added fedora30, we were seeing weird failures on ppc64le. We no longer see them, so enforce fedora30 passing there. Signed-off-by: Stewart Smith Signed-off-by: Oliver O'Halloran --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a3226c..768c280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,6 @@ matrix: allow_failures: - env: RUN_ON_CONTAINER=fedora-rawhide - env: RUN_ON_CONTAINER=debian-unstable - - os: linux-ppc64le - env: RUN_ON_CONTAINER=fedora30 exclude: - os: linux-ppc64le env: RUN_ON_CONTAINER=centos7 -- cgit v1.1