Cloudreve/.travis.yml
2019-11-07 16:04:42 +08:00

7 lines
75 B
YAML

language: go
go:
- 1.13.x
git:
depth: 1
script:
- go test -v ./...