mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
16 lines
109 B
YAML
16 lines
109 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- cd g && go test -v ./...
|
|
|
|
|
|
|