git2go/.travis.yml

27 lines
253 B
YAML

language: go
go:
- 1.7
- 1.8
- 1.9
- "1.10"
- tip
script: make test-static
matrix:
allow_failures:
- go: tip
git:
submodules: false
before_install:
- git submodule update --init
branches:
only:
- master
- /v\d+/
- next