diff --git a/.travis.yml b/.travis.yml index e07846ed..08a6affa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ before_install: - wget http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz -O /tmp/automake.tar.gz - tar -xvf /tmp/automake.tar.gz - (cd automake-1.15 && ./configure && make && sudo make install) -script: ./autogen.sh && ./configure && make && make check && cat test/test-suite.log +script: ./autogen.sh && ./configure && make && make check +after_script: [ -e test/test-suite.log ] && cat test/test-suite.log env: global: