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 2020/03/20 11:58:59 UTC

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

Author: jorton
Date: Fri Mar 20 11:58:59 2020
New Revision: 1875472

URL: http://svn.apache.org/viewvc?rev=1875472&view=rev
Log:
Fix the travis syntax (should have done it in a PR...).

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1875472&r1=1875471&r2=1875472&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Fri Mar 20 11:58:59 2020
@@ -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"