Clone 1000 commits on Travis CI (#2124)

The previous failure we saw was because the most recent annotated tag
did not exist in the previous 50 commits. In my experience we've gone
about ~300 commits between tags, so I believe 1000 to be safe, but know
100 will not be.
This commit is contained in:
Andrew Schwartzmeyer 2016-08-29 22:26:15 -04:00 committed by Travis Plunk
parent cc9f2570d6
commit 1a8b4e94e8

View File

@ -5,6 +5,9 @@ branches:
- master
- /^test.*$/
git:
depth: 1000
os:
- linux
sudo: required