From: Luca Toscano Date: Thu, 9 Jan 2020 14:00:05 +0000 (+0000) Subject: travis: remove verbose arg for Ubuntu Worker X-Git-Tag: 2.5.0-alpha2-ci-test-only~1712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f679a8a2f7d9fca876b21dee2f3804546e1d2245;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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"