mirror of
https://github.com/divan/expvarmon.git
synced 2025-04-25 13:48:54 +08:00
7 lines
56 B
YAML
7 lines
56 B
YAML
language: go
|
|
go:
|
|
- 1.8.1
|
|
|
|
script:
|
|
- go test -v ./...
|