]> git.saurik.com Git - apt.git/commitdiff
travis: use -q mode to reduce the verbosity greatly
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 31 Aug 2015 21:52:30 +0000 (23:52 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 31 Aug 2015 21:52:30 +0000 (23:52 +0200)
Git-Dch: Ignore

.travis.yml

index 8c156e49e011f53dfa15813c876b0618be760f32..01d966b75d4c92532d23b3a46fc3e19730efd52a 100644 (file)
@@ -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