From 560924ba146458f31d0c5ab41e765f754e7ce082 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 2 Jan 2020 18:25:48 -0500 Subject: Update Travis configuration It looks like there's a problem with ppc64 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e33b8c3f..24edab84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -612,6 +612,11 @@ jobs: - os: linux arch: ppc64le compiler: clang + # Unkown Travis failure for GCC + # "Automatic restarts limited: Please try restarting this job later" + - os: linux + arch: ppc64le + compiler: gcc # Apple device linker problems - os: osx osx_image: xcode10.1 -- cgit v1.2.1