Cloudreve/.travis.yml

10 lines
183 B
YAML
Raw Normal View History

2019-11-07 03:04:42 -05:00
language: go
go:
- 1.13.x
git:
depth: 1
2019-11-07 03:19:29 -05:00
script:
2019-12-03 01:24:56 -05:00
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
2019-12-03 01:20:23 -05:00
after_success:
2019-12-03 01:34:25 -05:00
- bash <(curl -s https://codecov.io/bash)