summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-11-20 22:13:10 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-11-20 22:13:10 +0200
commit20d5f9838a2aa74abfad6a814e74249800e93ab6 (patch)
treeb7d1339090959441d56593efa2470155d5b7230b
parente65c57597bb8de9509a4c5ea84c22e4273724935 (diff)
downloadfribidi-20d5f9838a2aa74abfad6a814e74249800e93ab6.tar.gz
Show test-suite.log on failure
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d8a4820..3a3da2c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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