git2go/.travis.yml

26 lines
251 B
YAML

language: go
go:
- "1.11"
- "1.12"
- "1.13"
- 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