gf/.travis.yml
2018-12-17 13:02:18 +08:00

16 lines
109 B
YAML

language: go
go:
- "1.10.x"
- "1.11.x"
branches:
only:
- master
script:
- cd g && go test -v ./...