Cloudreve/.travis.yml

10 lines
174 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:
2020-01-22 02:11:03 -05:00
- go test -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)