summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 395937e..187a7f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,4 +23,4 @@ script:
- ./configure
- make distcheck
after_failure:
- - cat genimage-*/_build/test-suite.log
+ - find -name test-suite.log -print0 | xargs -0 cat