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 09:44:49 UTC

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

Author: jorton
Date: Thu Nov 28 09:44:49 2019
New Revision: 1870550

URL: http://svn.apache.org/viewvc?rev=1870550&view=rev
Log:
Skip ap_expr regeneration for 2.4.x.

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1870550&r1=1870549&r2=1870550&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Thu Nov 28 09:44:49 2019
@@ -82,7 +82,8 @@ matrix:
             - libpcre2-dev
     # -------------------------------------------------------------------------
     # MFLAGS= works around https://bz.apache.org/bugzilla/show_bug.cgi?id=63942
-    - name: Linux Ubuntu, Regenerate ap_expr
+    - if: branch != 2.4.x
+      name: Linux Ubuntu, Regenerate ap_expr
       os: linux
       env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror"
            BUILDCONFIG="--with-regen-expr"