summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-08-31 23:52:30 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2015-08-31 23:52:30 +0200
commit712ccb8fab59d49533ca2e178aac53f047885f86 (patch)
tree5c4560f18201f5d7a58a1dfe45ec2e5056915a3f /.travis.yml
parent9beb11aae47bfe620e45cb816b1c6f93e028d402 (diff)
travis: use -q mode to reduce the verbosity greatly
Git-Dch: Ignore
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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