Update travis to ignore exit code for go getting go-kit

This commit is contained in:
Adam Ryman 2016-11-04 08:56:38 -07:00
Родитель c21845b427
Коммит 53b8e0dd62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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