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:
6 years ago
- 1.10.x
- master
cache:
directories:
7 years ago
- $GOPATH/src
7 years ago
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:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race