From d2e1044bd4b49b326e6e0c8dd06e396e41b82b7c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 28 Nov 2019 10:13:17 +0000 Subject: [PATCH] Skip "PCRE 1" job for 2.4.x since there's no PCRE 2 support. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870553 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3322786d7c3..3ac4c4ee45e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" # ------------------------------------------------------------------------- -- 2.47.3