summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a3da2c..c022cb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,5 +17,5 @@ install:
script:
- ./configure
- make
- - make check || cat */test-suite.log && false
- - make distcheck || cat */test-suite.log && false
+ - make check || (cat */test-suite.log && false)
+ - make distcheck || (cat */test-suite.log && false)