2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-10-31 09:20:15 +00:00
sisyphus/.travis.yml
2018-02-08 22:41:58 +01:00

20 lines
364 B
YAML

language: go
go:
- 1.9.x
- master
cache:
directories:
- $GOPATH/src
- $HOME/.glide/cache
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