
This commits implements the Kubernetes volume plugin allowing pods to seamlessly access and use data stored on ScaleIO volumes.
11 lines
204 B
YAML
11 lines
204 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -t ./...
|
|
- go get code.google.com/p/go.tools/cmd/cover
|
|
- go get github.com/mattn/goveralls
|
|
|
|
script:
|
|
- PATH="$HOME/gopath/bin:$PATH"
|
|
- script/coverage --coveralls
|