comparison .travis.yml @ 10718:be61c545b5d1 v8.0.0249

patch 8.0.0249: CI failure when a submit is close to previous one commit https://github.com/vim/vim/commit/4bc2f2e9fd73da4ba79cef83e4720e918981c483 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 27 22:20:13 2017 +0100 patch 8.0.0249: CI failure when a submit is close to previous one Problem: When two submits happen quick after each other, the tests for the first one may error out. Solution: Use a git depth of 10 instead of 1. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Jan 2017 22:30:05 +0100
parents 09fa2d7dc055
children 67e37bdb5864
comparison
equal deleted inserted replaced
10717:ce294559a826 10718:be61c545b5d1
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: 1 28 depth: 10
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: