From 712ccb8fab59d49533ca2e178aac53f047885f86 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 31 Aug 2015 23:52:30 +0200 Subject: travis: use -q mode to reduce the verbosity greatly Git-Dch: Ignore --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-18-g5258