Hi,
It looks like the Travis Mac OSX Builds take very long to start and when 
they start, they usually fail with:

The command "git checkout -qf d9c60648e50a82dcb85b8dffb47f6416c3d56972" 
failed and exited with 128 during .

I think this happens, because Travis clones the vim repository with 
-depth 1 which breaks if in the meantime Bram has released some more 
patches. So therefore, please increase the limit:

diff --git a/.travis.yml b/.travis.yml
index 44e320c..0ab1333 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ env:
 sudo: false

 git:
-  depth: 1
+  depth: 10

 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
 # exclude some builds on mac os x and linux


Thanks,
Christian

Mit freundlichen Grüßen
Christian
-- 
Ein junger Igel verirrt sich im Botanischen Garten.
Er hat schreckliche Angst und fragt jeden Kaktus:
"Bist du es, Mami?"

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui