summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDov Grobgeld <dov.grobgeld@gmail.com>2017-11-20 22:11:30 +0100
committerGitHub <noreply@github.com>2017-11-20 22:11:30 +0100
commitf04ef2d0ecbc4c432534dc49370cd08a34bb800e (patch)
tree907468cc4a6e313e37c72622e5fca44b086c7ae9
parent59599867e06edc93cd6197783e9a1afeee653a32 (diff)
parent269100dc42d508e10effb7918ccb2a0fa4aee4f9 (diff)
downloadfribidi-f04ef2d0ecbc4c432534dc49370cd08a34bb800e.tar.gz
Merge pull request #32 from khaledhosny/dist-check2
Thinko!
-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)