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

19 lines
304 B
YAML

language: go
go:
- 1.10.x
- master
cache:
directories:
- $GOPATH/src
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- go get -u github.com/onsi/ginkgo/ginkgo
- go get -u github.com/onsi/gomega/...
script:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race