From 2b785044a2c8af5171458a179e86fa959cc0a371 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Thu, 5 Sep 2019 12:49:16 -0500 Subject: [PATCH] ci: travis: allow failures on ppc64le travis ppc64le has been very unstable when running apt-get commands and are not allowing us to run the job successfully. Signed-off-by: Salvador Fuentes --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index bf5a2d8b..c306ff60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ os: - linux - linux-ppc64le +matrix: + allow_failures: + - os: linux-ppc64le + language: bash services: