From 275bfc56a6c4efa7e80c8cbb11fda0c3f9be818d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 22 Jul 2018 11:51:38 +0200 Subject: [PATCH] .travis.yml: omit linux-ppc64le target. Build jobs keep timing out initializing... Reviewed-by: Kurt Roeckx --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51fd563377..e9e5aa2ca0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,10 @@ env: matrix: include: - - os: linux-ppc64le - sudo: false - compiler: clang - env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES" + #- os: linux-ppc64le + # sudo: false + # compiler: clang + # env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES" - os: linux addons: apt: -- 2.25.1