git2go/.travis.yml

26 lines
242 B
YAML
Raw Normal View History

language: go
go:
2016-08-27 13:52:07 -05:00
- 1.7
- 1.8
2017-09-03 09:59:39 -05:00
- 1.9
- tip
2017-04-14 05:51:13 -05:00
script: make test-static
matrix:
allow_failures:
- go: tip
git:
submodules: false
before_install:
- git submodule update --init
branches:
only:
- master
2016-12-23 13:14:05 -06:00
- /v\d+/
- next