diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-08-31 23:52:30 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-31 23:52:30 +0200 |
commit | 712ccb8fab59d49533ca2e178aac53f047885f86 (patch) | |
tree | 5c4560f18201f5d7a58a1dfe45ec2e5056915a3f /.travis.yml | |
parent | 9beb11aae47bfe620e45cb816b1c6f93e028d402 (diff) |
travis: use -q mode to reduce the verbosity greatly
Git-Dch: Ignore
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |