gf/.travis.yml

17 lines
121 B
YAML
Raw Normal View History

2018-12-17 13:02:18 +08:00
language: go
go:
- "1.10.x"
- "1.11.x"
branches:
only:
- master
2018-12-17 13:02:55 +08:00
- develop
2018-12-17 13:02:18 +08:00
script:
- cd g && go test -v ./...