1
mirror of https://github.com/rclone/rclone synced 2024-10-21 08:12:03 +02:00
rclone/.travis.yml

12 lines
101 B
YAML
Raw Normal View History

2014-06-26 19:23:54 +02:00
language: go
go:
- 1.1.2
- 1.2.2
- 1.3
- tip
script:
2014-06-26 20:05:48 +02:00
- go get ./...
2014-06-26 19:23:54 +02:00
- go test -v ./...