updated travis CI

This commit is contained in:
gman 2018-04-24 10:00:24 +02:00
parent b5825de992
commit 304781bbe5

View File

@ -16,8 +16,10 @@ 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
- ./deploy-rbd.sh
- ./deploy-cephfs.sh