diff options
author | James Booth <boothj5@gmail.com> | 2015-06-13 22:02:10 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-13 22:02:10 +0100 |
commit | eb676262f98cb554cf0b8dc032e2c65e98a44800 (patch) | |
tree | 7927ffa3a578aa7b4d65cb22a11d6f1be1dd7993 | |
parent | 6e04ce8e137c223445205bb1c49cccbfe7f38753 (diff) | |
download | profani-tty-eb676262f98cb554cf0b8dc032e2c65e98a44800.tar.gz |
Travis build fix
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8cbbf416..1b5c9a62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,5 @@ install: - cd .. - rm -rf stabber - ./bootstrap.sh -script: ./configure && make && make check && cat test-suite.log +script: ./configure && make && make check +after_script: cat test-suite.log |