From 6e04ce8e137c223445205bb1c49cccbfe7f38753 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 13 Jun 2015 21:37:18 +0100 Subject: [PATCH] Output test log in travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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