git2go/.travis.yml

22 lines
195 B
YAML

language: go
sudo: required
install: ./script/install-libgit2.sh
go:
- 1.5
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
- /v\d+/
- next