2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-11-18 03:25:38 +00:00
sisyphus/.travis.yml
Carlo Strub d3f2f6b099 ginkgo
2017-02-22 23:36:08 +00:00

22 lines
429 B
YAML

language: go
go:
- 1.7
- 1.8.x
- master
cache:
directories:
- $GOPATH/src
- $GOPATH/pkg
install:
- go get -v github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide && go install && cd -
- glide install
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo/ginkgo
script:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --compilers=2