summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a78ec5656..d798c2e8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,18 @@ jobs:
- export PATH=/snap/bin/:${PATH}
env: *Debug
+ - name: "Clang 7.0 - Debug"
+ compiler: clang
+ arch: ppc64le
+ before_install: *use-cmake
+ env: *Debug
+
+ - name: "Clang 7.0 - Debug"
+ compiler: clang
+ arch: s390x
+ before_install: *use-cmake
+ env: *Debug
+
- name: "AppleClang - Debug"
os: osx
osx_image: xcode11.3