update travis-ci to use ginkgo tests

This commit is contained in:
Grant Murphy 2017-12-13 16:38:15 +10:00
parent e3b6fd94c2
commit 97cde35f32

View file

@ -4,3 +4,11 @@ before_script:
go: go:
- 1.5 - 1.5
- tip - tip
install:
- go get -v github.com/onsi/ginkgo/ginkgo
- go get -v github.com/onsi/gomega
- go get -v -t ./...
- export PATH=$PATH:$HOME/gopath/bin
script: ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --race --compilers=2