mirror of
https://github.com/minio/minio.git
synced 2025-03-29 08:43:40 -04:00
git-subtree-dir: third_party/src/github.com/codegangsta/cli git-subtree-split: f7ebb761e83e21225d1d8954fde853bf8edd46c4
7 lines
64 B
YAML
7 lines
64 B
YAML
language: go
|
|
go: 1.1
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|