We are not running "make check" on macOS, so the commands to cat the
test-suite.log are not useful.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
.travis.yml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index fe9bda82a9..027fa0c67a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,14 +63,7 @@ env:
./autogen.sh --prefix=\$(pwd)/install-root &&
make -j3 &&
make -j3 install &&
- make -j3 dist ||
- (
- echo '=== LOG FILE(S) START ===';
- find -name test-suite.log | xargs cat;
- echo '=== LOG FILE(S) END ===';
- exit 1
- )
- "
+ make -j3 dist"
notifications:
irc:
--
2.20.1