From bf3336b2c2d40a8ae5ee551eb297963941a204e9 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 28 Nov 2019 11:50:03 +0000 Subject: [PATCH] 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 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3ac4c4ee45e..686d4c830b2 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" # ------------------------------------------------------------------------- -- 2.47.3