From: David Kalnischkies Date: Mon, 31 Aug 2015 21:52:30 +0000 (+0200) Subject: travis: use -q mode to reduce the verbosity greatly X-Git-Tag: 1.1.exp12~11 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/712ccb8fab59d49533ca2e178aac53f047885f86 travis: use -q mode to reduce the verbosity greatly Git-Dch: Ignore --- diff --git a/.travis.yml b/.travis.yml index 8c156e49e..01d966b75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ install: script: - make - make test - - ./test/integration/run-tests + - ./test/integration/run-tests -q - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true - - sudo ./test/integration/run-tests + - sudo ./test/integration/run-tests -q