Update travis to ignore exit code for go getting go-kit
This commit is contained in:
Родитель
c21845b427
Коммит
53b8e0dd62
|
@ -26,7 +26,7 @@ before_install:
|
||||||
# truss failed, the output seemed git related. This should be dealt with.
|
# truss failed, the output seemed git related. This should be dealt with.
|
||||||
- go get -u -v google.golang.org/grpc
|
- go get -u -v google.golang.org/grpc
|
||||||
- go get -u -v golang.org/x/net/context
|
- go get -u -v golang.org/x/net/context
|
||||||
- go get -u -v github.com/go-kit/kit/...
|
- go get -u -v github.com/go-kit/kit/... || true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# install our protoc plugin and truss
|
# install our protoc plugin and truss
|
||||||
|
|
Загрузка…
Ссылка в новой задаче