]> granicus.if.org Git - multimarkdown/commitdiff
CHANGED: Verbose testing in Travis
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 21 Jul 2017 14:59:21 +0000 (10:59 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 21 Jul 2017 14:59:21 +0000 (10:59 -0400)
.travis.yml

index 941b7fc40adbc92e207ad31a54e553ffdcc80060..bc224c72fc9fef273b6d5da82493b6a84e1d989d 100644 (file)
@@ -3,7 +3,7 @@ install:
     - make
     - cd build; make
 script:
-    - cd build; make test
+    - cd build; ctest -V
 branches:
   only:
     - master