mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
12 lines
101 B
YAML
12 lines
101 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2.2
|
|
- 1.3.3
|
|
- 1.4
|
|
- tip
|
|
|
|
script:
|
|
- go get ./...
|
|
- go test -v ./...
|