From b38f67c03e59f47956b99c591d9bad2295986079 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 20 Dec 2019 11:54:07 +0100 Subject: [PATCH] . --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecf7a03..71a9b9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ branches: script: - make + - cat /proc/cpuinfo - ./icapp ZIPF matrix: @@ -25,13 +26,13 @@ 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 + - 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