git2go/.travis.yml

13 lines
105 B
YAML

language: go
go:
- 1.0
- 1.1
- 1.2
- tip
install:
- script/bootstrap
script:
- script/test