From: Joe Orton Date: Thu, 28 Nov 2019 09:44:49 +0000 (+0000) Subject: Skip ap_expr regeneration for 2.4.x. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9ba2108e9dface275e4d0a2af1e4061614c8140;p=thirdparty%2Fapache%2Fhttpd.git Skip ap_expr regeneration for 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index fd67cee25f3..3322786d7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"