]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
travis: Add sleep in after_failure
authorTobias Brunner <tobias@strongswan.org>
Tue, 13 Nov 2018 14:48:30 +0000 (15:48 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Nov 2018 13:36:38 +0000 (14:36 +0100)
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

index 3cf29319b4949f9fd8a5a202991bb12aa221c893..904f1a910e338b3a6d770eac1051709b1d22c33c 100644 (file)
@@ -29,6 +29,7 @@ after_success:
 
 after_failure:
   - cat config.log
+  - sleep 1
 
 env:
   global: