Explorar el Código

travis: use -q mode to reduce the verbosity greatly

Git-Dch: Ignore
David Kalnischkies hace 11 años
padre
commit
712ccb8fab
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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