From: Joe Orton Date: Thu, 28 Nov 2019 11:50:03 +0000 (+0000) Subject: Enable ppc64le builds, caching now seems to work in Travis for non-x86. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1764 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3336b2c2d40a8ae5ee551eb297963941a204e9;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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" # -------------------------------------------------------------------------