]> git.saurik.com Git - apt.git/blobdiff - .travis.yml
travis: use -q mode to reduce the verbosity greatly
[apt.git] / .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