blob: 1edbcbe4d0e8a9f8579f0d1000ec8e30ca789279 [file] [log] [blame]
language: go
go:
- 1.5
- 1.6
- 1.6.2
- stable
install:
- go get -v ./...
- go get github.com/onsi/ginkgo
- go install github.com/onsi/ginkgo/ginkgo
script: $HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --failOnPending --randomizeSuites --race