rclone/.travis.yml

13 lines
113 B
YAML

language: go
sudo: false
go:
- 1.2.2
- 1.3.3
- 1.4
- tip
script:
- go get ./...
- go test -v ./...