about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-13 22:02:10 +0100
committerJames Booth <boothj5@gmail.com>2015-06-13 22:02:10 +0100
commiteb676262f98cb554cf0b8dc032e2c65e98a44800 (patch)
tree7927ffa3a578aa7b4d65cb22a11d6f1be1dd7993
parent6e04ce8e137c223445205bb1c49cccbfe7f38753 (diff)
downloadprofani-tty-eb676262f98cb554cf0b8dc032e2c65e98a44800.tar.gz
Travis build fix
-rw-r--r--.travis.yml3
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