This commit is contained in:
bel
2020-01-13 03:37:51 +00:00
commit c8eb52f9ba
2023 changed files with 702080 additions and 0 deletions

14
.rclone_repo/vendor/github.com/sevlyar/go-daemon/.travis.yml generated vendored Executable file
View File

@@ -0,0 +1,14 @@
language: go
go:
- 1.3
- tip
before_install:
- go get -t -v ./...
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)