From b05289dd231e155d724a940f4f365375a6348abb Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 12 Aug 2020 19:57:38 +0200 Subject: [PATCH] Switch p9 to Ubuntu 18 container to ensure P9 hosting --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2cbd85f6d..719cd3bc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,7 @@ matrix: - BTYPE="BINARY=32" - os: linux-ppc64le + dist: bionic compiler: gcc before_script: - sudo add-apt-repository 'ppa:ubuntu-toolchain-r/test' -y