From: Eric Covener Date: Sun, 8 Nov 2020 18:14:58 +0000 (+0000) Subject: Need to tickle travis after r1883209 in Apache::Test so might as well enable -v if... X-Git-Tag: 2.5.0-alpha2-ci-test-only~1155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=877bd5494a91d424d7be05949a829ae147855baf;p=thirdparty%2Fapache%2Fhttpd.git Need to tickle travis after r1883209 in Apache::Test so might as well enable -v if it fails. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883210 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index a319c30a533..9c9748c6651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,6 +89,7 @@ jobs: - name: Linux Ubuntu, Default, all-modules + install env: CONFIG="--enable-mods-shared=reallyall" TEST_INSTALL=1 + APACHE_TEST_EXTRA_ARGS=-v # ------------------------------------------------------------------------- - name: Linux Ubuntu, Default, all-static modules env: CONFIG="--enable-mods-static=reallyall"