]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Skip "PCRE 1" job for 2.4.x since there's no PCRE 2 support. [skip ci]
authorJoe Orton <jorton@apache.org>
Thu, 28 Nov 2019 10:13:17 +0000 (10:13 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 28 Nov 2019 10:13:17 +0000 (10:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870553 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 3322786d7c3d78bb97a4326d48113843cf4e5dd6..3ac4c4ee45e2fd53f56126646da0b8adee52627f 100644 (file)
@@ -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"
     # -------------------------------------------------------------------------