From: Joe Orton Date: Fri, 20 Mar 2020 11:58:59 +0000 (+0000) Subject: Fix the travis syntax (should have done it in a PR...). X-Git-Tag: 2.5.0-alpha2-ci-test-only~1571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5d6ddf2bf8078ac71f498bb12b959671f9662c7;p=thirdparty%2Fapache%2Fhttpd.git Fix the travis syntax (should have done it in a PR...). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875472 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 4c85ebd3671..2b10196d73b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ jobs: TEST_ARGS="-v" # ------------------------------------------------------------------------- - if: branch = trunk - - name: Linux i386 Ubuntu, Shared MPMs, most modules, maintainer-mode w/-Werror + name: Linux i386 Ubuntu, Shared MPMs, most modules, maintainer-mode w/-Werror env: CONFIG="--enable-mods-shared=reallyall --disable-xml2enc --disable-proxy-html --enable-mpms-shared=all --enable-maintainer-mode" PKG_CONFIG_PATH="/usr/lib/i386-linux-gnu/pkgconfig" NOTEST_CFLAGS="-Werror"