summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0deda307..e68c9151 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
language: c
+os:
+ - linux
+ - linux-ppc64le
+
cache: ccache
env:
@@ -25,6 +29,18 @@ matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora-rawhide
- env: RUN_ON_CONTAINER=debian-unstable
+ exclude:
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=ubuntu-12.04
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=fedora24
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=fedora25
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=centos6
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=centos7
+
sudo: required
services: docker
OpenPOWER on IntegriCloud