]> granicus.if.org Git - fribidi/commitdiff
Show test-suite.log on failure
authorKhaled Hosny <khaledhosny@eglug.org>
Mon, 20 Nov 2017 20:13:10 +0000 (22:13 +0200)
committerKhaled Hosny <khaledhosny@eglug.org>
Mon, 20 Nov 2017 20:13:10 +0000 (22:13 +0200)
.travis.yml

index d8a482056d1c2a4e5ff15ec875ade109cfc05b79..3a3da2cfe6e79119ece53ad12b5e04cc2d94bca6 100644 (file)
@@ -17,5 +17,5 @@ install:
 script:
   - ./configure
   - make
-  - make check
-  - make distcheck
+  - make check || cat */test-suite.log && false
+  - make distcheck || cat */test-suite.log && false