Cloudreve/.travis.yml

9 lines
94 B
YAML

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