summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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