Просмотр исходного кода

travis: use -q mode to reduce the verbosity greatly

Git-Dch: Ignore
David Kalnischkies лет назад: 11
Родитель
Сommit
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