Files
2019-08-08 17:13:34 +08:00

12 lines
95 B
YAML

language: go
go:
- 1.x
install:
- go get -t ./...
script: go test ./... -v
sudo: false