git2go/.travis.yml

25 lines
216 B
YAML
Raw Normal View History

language: go
2015-08-04 08:01:17 -05:00
sudo: required
install: ./script/install-libgit2.sh
2015-02-13 20:40:50 -06:00
go:
- 1.1
- 1.2
2014-07-03 01:48:41 -05:00
- 1.3
2015-04-03 06:53:15 -05:00
- 1.4
2015-08-31 08:36:20 -05:00
- 1.5
- 1.6
2016-08-27 13:52:07 -05:00
- 1.7
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
- next