rclone/vendor/github.com/sevlyar/go-daemon/.travis.yml

16 lines
211 B
YAML
Raw Normal View History

language: go
go:
- 1.3
2019-06-27 13:30:45 +02:00
- 1.5
- tip
before_install:
- go get -t -v ./...
script:
2019-06-27 13:30:45 +02:00
- go test -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)