From b5af7b9c7808f06d6c10c2b2db90a054ab746970 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 31 Aug 2019 18:06:12 +0200 Subject: [PATCH] Disable ppc64le test environment on Travis CI as this semi-official beta option has suddenly reverted to a standard x86_64 environment causing spurious failures --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a92bb06..27ecba6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,14 +25,14 @@ matrix: - TARGET_BOX=LINUX64 - BTYPE="BINARY=64" - - <<: *test-ubuntu - os: linux-ppc64le - before_script: - - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32" - env: - # for matrix annotation only - - TARGET_BOX=PPC64LE_LINUX - - BTYPE="BINARY=64 USE_OPENMP=1" + # - <<: *test-ubuntu + # os: linux-ppc64le + # before_script: + # - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32" + # env: + # # for matrix annotation only + # - TARGET_BOX=PPC64LE_LINUX + # - BTYPE="BINARY=64 USE_OPENMP=1" - <<: *test-ubuntu env: -- 2.7.4