You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sisyphus/.travis.yml

21 lines
298 B
YAML

language: go
go:
- 1.13.x
cache:
directories:
- $GOPATH/src
addons:
sonarcloud:
organization: "319"
install:
- go get -u github.com/onsi/ginkgo/ginkgo
- go get -u github.com/onsi/gomega/...
script:
- sonar-scanner
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race