travis: git clone at great depth
ensures that git commits referenced by backwards compatibility tests are always available in CI.
This commit is contained in:
parent
51b51a0182
commit
165ca6f719
@ -20,7 +20,7 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
exclude:
|
exclude:
|
||||||
- go: 1.5.4
|
- go: 1.5.4
|
||||||
@ -51,3 +51,6 @@ script:
|
|||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
git:
|
||||||
|
depth: 9999999
|
||||||
|
Loading…
x
Reference in New Issue
Block a user