You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/12 09:26:54 UTC

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

Author: ylavic
Date: Sat Dec 12 09:26:54 2020
New Revision: 1884351

URL: http://svn.apache.org/viewvc?rev=1884351&view=rev
Log:
ci: trigger.

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1884351&r1=1884350&r2=1884351&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Sat Dec 12 09:26:54 2020
@@ -336,7 +336,7 @@ jobs:
       env: CONFIG="--enable-mods-shared=reallyall"
     - arch: ppc64le
       env: CONFIG="--enable-mods-shared=reallyall"
-           
+
 # CPAN modules are to be used with the system Perl and always with
 # CC=gcc, e.g. for the CC="gcc -m32" case the builds are not correct
 # otherwise.