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

20 lines
364 B
YAML

language: go
go:
- 1.9.x
- master
cache:
directories:
7 years ago
- $GOPATH/src
- $HOME/.glide/cache
7 years ago
7 years ago
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- cd vendor/github.com/onsi/gomega && go install && cd -
- cd vendor/github.com/onsi/ginkgo/ginkgo && go install && cd -
script:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race