mirror of
https://github.com/rclone/rclone.git
synced 2024-12-03 05:45:24 +01:00
15 lines
136 B
YAML
15 lines
136 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
fast_finish: true
|
|
|
|
script:
|
|
- go build ./...
|