Files
cloudreve/.travis.yml

10 lines
201 B
YAML
Raw Normal View History

2019-11-07 16:04:42 +08:00
language: go
go:
- 1.13.x
git:
depth: 1
2019-11-07 16:19:29 +08:00
script:
2019-12-03 14:20:23 +08:00
- go test -v -race -coverprofile=profile.out -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token