comparison .travis.yml @ 10948:67e37bdb5864 v8.0.0363

patch 8.0.0363: Travis is too slow to keep up with patches commit https://github.com/vim/vim/commit/3834e3d039777e0144914a86289870bee147c0a2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 20:20:53 2017 +0100 patch 8.0.0363: Travis is too slow to keep up with patches Problem: Travis is too slow to keep up with patches. Solution: Increase git depth to 20
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 20:30:06 +0100
parents be61c545b5d1
children 1448c8bd818f
comparison
equal deleted inserted replaced
10947:0a43d8aea17b 10948:67e37bdb5864
23 "CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-luainterp'" 23 "CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-luainterp'"
24 24
25 sudo: false 25 sudo: false
26 26
27 git: 27 git:
28 depth: 10 28 depth: 20
29 29
30 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env), 30 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
31 # exclude some builds on mac os x and linux 31 # exclude some builds on mac os x and linux
32 # linux: 2*compiler + 5*env + mac: 2*compiler + 2*env 32 # linux: 2*compiler + 5*env + mac: 2*compiler + 2*env
33 matrix: 33 matrix: