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).
This commit is contained in:
Tobias Brunner 2018-11-13 15:48:30 +01:00
parent cfdab423fb
commit 75853dbe4b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ after_success:
after_failure:
- cat config.log
- sleep 1
env:
global: