diff --git a/.drone.yml b/.drone.yml index 52c27717..a90b6b82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ pipeline: - go build -v ./... - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - - go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN + - go test -v -covermode=count -coverprofile=coverage.out + - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN docker_master: image: plugins/docker