1
mirror of https://github.com/rclone/rclone synced 2024-11-17 17:30:37 +01:00
rclone/.travis.yml
2015-08-10 11:17:54 +01:00

12 lines
101 B
YAML

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