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) - test -z $(gofmt -s -l $GO_FILES)
- go vet -v $(go list ./... | grep -v /vendor/) - go vet -v $(go list ./... | grep -v /vendor/)
- make rbdplugin - make rbdplugin
- make cephfsplugin
deploy: deploy:
- provider: script - provider: script
script: script:
- ./deploy.sh - ./deploy-rbd.sh
- ./deploy-cephfs.sh