From f679a8a2f7d9fca876b21dee2f3804546e1d2245 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Thu, 9 Jan 2020 14:00:05 +0000 Subject: [PATCH] travis: remove verbose arg for Ubuntu Worker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872544 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f395e4ad17..da8e4924f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- 2.47.3