mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
13 lines
111 B
YAML
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 ./...
|