Just use go get in the travis config to ensure ginkgo is installed
This commit is contained in:
parent
c83171bffe
commit
2bd116556b
@ -25,6 +25,7 @@ before_script:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/Masterminds/glide
|
- go get github.com/Masterminds/glide
|
||||||
|
- go get github.com/onsi/ginkgo/ginkgo
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ help:
|
|||||||
@echo "- watch: watch for changes and re-run tests"
|
@echo "- watch: watch for changes and re-run tests"
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
glide install && GO15VENDOREXPERIMENT=1 go install github.com/onsi/ginkgo/ginkgo
|
glide install
|
||||||
|
|
||||||
test: deps
|
test: deps
|
||||||
ginkgo -race -randomizeAllSpecs -r -skipPackage vendor -progress .
|
ginkgo -race -randomizeAllSpecs -r -skipPackage vendor -progress .
|
||||||
|
Loading…
Reference in New Issue
Block a user