about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-13 21:37:18 +0100
committerJames Booth <boothj5@gmail.com>2015-06-13 21:37:18 +0100
commit6e04ce8e137c223445205bb1c49cccbfe7f38753 (patch)
tree395bc9820717e3908e930a04549be44a6d9290a3 /.travis.yml
parentdda79aed2429bd041f94d4d249eb449370f2a4a0 (diff)
downloadprofani-tty-6e04ce8e137c223445205bb1c49cccbfe7f38753.tar.gz
Output test log in travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 417fbce6..8cbbf416 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,4 +33,4 @@ install:
     - cd ..
     - rm -rf stabber
     - ./bootstrap.sh
-script: ./configure && make && make check
+script: ./configure && make && make check && cat test-suite.log