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

27 lines
557 B
YAML

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