ceph-csi/.travis.yml
Madhu Rajanna 96bb1cc625 update travis.yml and deploy.sh
updated travis and deploy to have new branch
name

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-03-21 12:30:18 +00:00

25 lines
449 B
YAML

# need for docker build
sudo: true
language: go
branches:
only:
- csi-v0.3
go: 1.9.x
before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
- go get -u golang.org/x/lint/golint #go get github.com/golang/lint/golint
script:
- test -z $(gofmt -s -l $GO_FILES)
- go vet -v $(go list ./... | grep -v /vendor/)
- make rbdplugin
- make cephfsplugin
deploy:
- provider: script
script:
- ./deploy.sh