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 10:13:18 UTC

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

Author: jorton
Date: Thu Nov 28 10:13:17 2019
New Revision: 1870553

URL: http://svn.apache.org/viewvc?rev=1870553&view=rev
Log:
Skip "PCRE 1" job for 2.4.x since there's no PCRE 2 support. [skip ci]

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1870553&r1=1870552&r2=1870553&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Thu Nov 28 10:13:17 2019
@@ -56,7 +56,8 @@ matrix:
       env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-7"
            SKIP_TESTING=1
     # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, PCRE 1, GCC 7 maintainer-mode w/-Werror
+    - if: branch != 2.4.x
+      name: Linux Ubuntu, PCRE 1, GCC 7 maintainer-mode w/-Werror
       os: linux
       env: CONFIG="--enable-mods-shared=reallyall --with-pcre=/usr/bin/pcre-config --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-7"
     # -------------------------------------------------------------------------