From 75853dbe4b8965a3f5c3f5fbe812305400930b43 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 13 Nov 2018 15:48:30 +0100 Subject: [PATCH] travis: Add sleep in after_failure This makes sure we get the complete output, which isn't always the case otherwise (there is an unresolved bug for this in the Travis issue tracker). --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3cf29319b4..904f1a910e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ after_success: after_failure: - cat config.log + - sleep 1 env: global: -- 2.39.2