git2go/.travis.yml

20 lines
167 B
YAML

language: go
go:
- 1.5
- 1.6
- 1.7
- tip
script: make test-static
matrix:
allow_failures:
- go: tip
branches:
only:
- master
- /v\d+/
- next