1
mirror of https://github.com/rclone/rclone synced 2024-10-17 03:01:13 +02:00
rclone/.travis.yml
2014-12-12 19:27:14 +00:00

13 lines
111 B
YAML

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