2014-02-28 07:26:03 -06:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2020-02-22 17:07:08 -06:00
|
|
|
- "1.9"
|
|
|
|
- "1.10"
|
2019-12-10 16:20:20 -06:00
|
|
|
- "1.11"
|
|
|
|
- "1.12"
|
|
|
|
- "1.13"
|
2014-02-28 07:26:03 -06:00
|
|
|
- tip
|
|
|
|
|
2020-02-22 17:07:08 -06:00
|
|
|
install:
|
|
|
|
- make build-libgit2-static
|
|
|
|
- go get --tags "static" ./...
|
|
|
|
|
|
|
|
script:
|
|
|
|
- make test-static
|
2017-04-14 05:51:13 -05:00
|
|
|
|
2014-05-31 09:51:51 -05:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|
2016-10-31 15:34:00 -05:00
|
|
|
|
2017-09-03 09:20:19 -05:00
|
|
|
git:
|
2020-02-22 17:07:08 -06:00
|
|
|
submodules: true
|
2017-09-03 09:20:19 -05:00
|
|
|
|
2016-10-31 15:34:00 -05:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2016-12-23 13:14:05 -06:00
|
|
|
- /v\d+/
|
2020-02-22 17:07:08 -06:00
|
|
|
- /release-.*/
|