You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2020/01/09 14:00:05 UTC

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

Author: elukey
Date: Thu Jan  9 14:00:05 2020
New Revision: 1872544

URL: http://svn.apache.org/viewvc?rev=1872544&view=rev
Log:
travis: remove verbose arg for Ubuntu Worker

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1872544&r1=1872543&r2=1872544&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Thu Jan  9 14:00:05 2020
@@ -59,7 +59,6 @@ matrix:
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Worker MPM, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker"
-           TEST_ARGS="-verbose"
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Shared MPMs, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"