From 0b542976517e59611f2a01107f6fb9a3e6de95bd Mon Sep 17 00:00:00 2001 From: x Date: Fri, 20 Dec 2019 13:56:02 +0100 Subject: [PATCH] . --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 098f06f..3a3fc16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,13 +26,14 @@ matrix: arch: arm64 compiler: gcc - - name: linux-ppc64le-gcc-9 - env: CC=gcc-9 - arch: ppc64le - before_install: - - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - - sudo apt-get -y update - - sudo apt-get -y install gcc-9 +# travis error, try later +# - name: linux-ppc64le-gcc-9 +# env: CC=gcc-9 +# arch: ppc64le +# before_install: +# - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test +# - sudo apt-get -y update +# - sudo apt-get -y install gcc-9 - name: windows-mingw-w64 arch: amd64