mirror of
https://github.com/rclone/rclone.git
synced 2025-01-25 07:39:13 +01:00
10 lines
84 B
YAML
10 lines
84 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- "1.9.x"
|
||
|
- "1.10.x"
|
||
|
- master
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|