Преглед изворни кода

travis: use -q mode to reduce the verbosity greatly

Git-Dch: Ignore
David Kalnischkies пре 11 година
родитељ
комит
712ccb8fab
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .travis.yml

+ 2 - 2
.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