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