From e73397587a1e3f988ea9c52ab195fe552bdd4f9a Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sun, 29 Mar 2015 15:36:57 -0700 Subject: [PATCH] [travis] Shell conditional shorthands are also special in YAML. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08a6affa..dd94866e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - tar -xvf /tmp/automake.tar.gz - (cd automake-1.15 && ./configure && make && sudo make install) script: ./autogen.sh && ./configure && make && make check -after_script: [ -e test/test-suite.log ] && cat test/test-suite.log +after_script: test -e test/test-suite.log && cat test/test-suite.log env: global: