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

24 lines
369 B
YAML

language: go
go:
6 years ago
- 1.10.x
- master
cache:
directories:
7 years ago
- $GOPATH/src
7 years ago
4 years ago
addons:
sonarcloud:
organization: "319"
7 years ago
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
6 years ago
- go get -u github.com/onsi/ginkgo/ginkgo
- go get -u github.com/onsi/gomega/...
script:
4 years ago
- sonar-scanner
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race