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:
@@ -29,6 +29,7 @@ after_success:
|
||||
|
||||
after_failure:
|
||||
- cat config.log
|
||||
- sleep 1
|
||||
|
||||
env:
|
||||
global:
|
||||
|
||||
Reference in New Issue
Block a user