From: Fletcher T. Penney Date: Fri, 21 Jul 2017 14:59:21 +0000 (-0400) Subject: CHANGED: Verbose testing in Travis X-Git-Tag: 6.2.0^2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0ff237e3ab0a183399bc27193e9e6325025f0ad;p=multimarkdown CHANGED: Verbose testing in Travis --- diff --git a/.travis.yml b/.travis.yml index 941b7fc..bc224c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ install: - make - cd build; make script: - - cd build; make test + - cd build; ctest -V branches: only: - master