From: Joe Orton Date: Thu, 28 Nov 2019 10:13:17 +0000 (+0000) Subject: Skip "PCRE 1" job for 2.4.x since there's no PCRE 2 support. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e1044bd4b49b326e6e0c8dd06e396e41b82b7c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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" # -------------------------------------------------------------------------