add sonarcloud

master
Carlo Strub 4 years ago
parent 01b9bec8e5
commit 448b8d9422
No known key found for this signature in database
GPG Key ID: 34EF3FF33C29811A

@ -8,6 +8,10 @@ cache:
directories:
- $GOPATH/src
addons:
sonarcloud:
organization: "319"
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
@ -15,4 +19,5 @@ install:
- go get -u github.com/onsi/gomega/...
script:
- sonar-scanner
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race

Loading…
Cancel
Save