summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2019-11-28 11:50:03 +0000
committerJoe Orton <jorton@apache.org>2019-11-28 11:50:03 +0000
commitbf3336b2c2d40a8ae5ee551eb297963941a204e9 (patch)
tree0d89bce24970b777000acd4f03c94f9ea8d09265 /.travis.yml
parentd2e1044bd4b49b326e6e0c8dd06e396e41b82b7c (diff)
downloadhttpd-bf3336b2c2d40a8ae5ee551eb297963941a204e9.tar.gz
Enable ppc64le builds, caching now seems to work in Travis for non-x86.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ac4c4ee45..686d4c830b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,10 @@ matrix:
arch: s390x
env: CONFIG="--enable-mods-shared=reallyall"
# -------------------------------------------------------------------------
+ - name: Linux ppc64le Ubuntu, all-modules
+ arch: ppc64le
+ env: CONFIG="--enable-mods-shared=reallyall"
+ # -------------------------------------------------------------------------
- name: Linux Ubuntu, Default, all-modules
env: CONFIG="--enable-mods-shared=reallyall"
# -------------------------------------------------------------------------