git2go/.travis.yml

30 lines
307 B
YAML
Raw Normal View History

language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- tip
install:
- make build-libgit2-static
- go get --tags "static" ./...
script:
- make test-static
2017-04-14 05:51:13 -05:00
matrix:
allow_failures:
- go: tip
git:
submodules: true
branches:
only:
- master
2016-12-23 13:14:05 -06:00
- /v\d+/
- /release-.*/