From d3bf384eb81dd7ddc22d32f7fff802f7bae59b70 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 14 May 2018 14:18:29 -0400 Subject: [PATCH] Dump the log to the console lets always dump out the log so we can see whats going on Signed-off-by: Neil Horman --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b29d50..a434cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ compiler: script: ./autogen.sh && ./configure && make && make check +after_script: cat ./tests/runoneshot.sh.log +