ipld-eth-server/vendor/github.com/onsi/gomega/.travis.yml
2017-10-19 09:22:12 -05:00

13 lines
247 B
YAML

language: go
go:
- 1.6
- 1.7
- 1.8
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