You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/11/28 11:50:03 UTC

svn commit: r1870555 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Thu Nov 28 11:50:03 2019
New Revision: 1870555

URL: http://svn.apache.org/viewvc?rev=1870555&view=rev
Log:
Enable ppc64le builds, caching now seems to work in Travis for non-x86.

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1870555&r1=1870554&r2=1870555&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Thu Nov 28 11:50:03 2019
@@ -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"
     # -------------------------------------------------------------------------