summaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c948f4a6c0f..e195a1df821 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: cpp
-dist: bionic
+dist: focal
addons:
apt:
sources:
@@ -37,6 +37,13 @@ jobs:
arch: s390x
compiler: gcc
env: SUBTARGET=ci MAME=mameci64
+ - os: linux
+ arch: ppc64le
+ compiler: gcc
+ env: SUBTARGET=ci MAME=mameci64
+ allow_failures:
+ - arch: ppc64le
+ fast_finish: true
script:
- if [ $TRAVIS_OS_NAME == 'linux' ]; then
if [ $CC == 'clang' ]; then