rclone/.travis.yml

12 lines
101 B
YAML

language: go
go:
- 1.1.2
- 1.2.2
- 1.3
- tip
script:
- go get ./...
- go test -v ./...