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:
|
||||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/onsi/ginkgo/ginkgo
|
||||
|
||||
script:
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user