diff --git a/.travis.yml b/.travis.yml index a83047b..d68ef0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,13 +36,13 @@ matrix: - name: apple-macOS-xcode os: osx - - name: linux-ppc64le-gcc-9 - arch: ppc64le - env: CC=gcc-9 - 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: linux-ppc64le-gcc-9 +# arch: ppc64le +# env: CC=gcc-9 +# 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: linux-arm64-clang # dist: bionic