mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 23:12:52 +08:00
f7af730b50
This is using godep to manage the vendor directory.
12 lines
133 B
YAML
12 lines
133 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.4
|
|
- 1.6.2
|
|
- 1.7.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|