mirror of
https://github.com/rclone/rclone.git
synced 2024-12-03 05:45:24 +01:00
f7af730b50
This is using godep to manage the vendor directory.
15 lines
139 B
YAML
15 lines
139 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.1.2
|
|
- 1.2.2
|
|
- 1.3.3
|
|
- 1.4.2
|
|
- 1.5.1
|
|
- tip
|
|
|
|
script:
|
|
- test -z "$(go fmt ./...)"
|
|
- go test
|