mirror of
https://github.com/rclone/rclone
synced 2024-11-13 12:09:47 +01:00
f7af730b50
This is using godep to manage the vendor directory.
10 lines
86 B
YAML
10 lines
86 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.4
|
|
|
|
install: go get -v -t ./...
|
|
script: make test
|