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
436 B
YAML

language: go
go:
- 1.9.x
- master
cache:
directories:
- $GOPATH/src
- $HOME/.glide/cache
install:
- go get -u github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide && go install && cd -
- glide install
- 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