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 2019/11/08 14:30:34 UTC

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

Author: jorton
Date: Fri Nov  8 14:30:34 2019
New Revision: 1869565

URL: http://svn.apache.org/viewvc?rev=1869565&view=rev
Log:
Fix yaml typo.

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1869565&r1=1869564&r2=1869565&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Fri Nov  8 14:30:34 2019
@@ -67,7 +67,7 @@ matrix:
             - libjansson-dev
     # -------------------------------------------------------------------------
     - if: branch = trunk
-    - name: Linux Ubuntu, APR trunk
+      name: Linux Ubuntu, APR trunk
       env: APR_VERSION=trunk APR_CONFIG="--with-crypto"
            CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------