mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 13:32:58 +08:00
11 lines
84 B
YAML
11 lines
84 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.1.2
|
||
|
- 1.2.2
|
||
|
- 1.3
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|