diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 12:52:17 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 12:52:17 -0400 |
commit | 9b8dc66c9f95baa9400a4d925ed0ea609154b7d1 (patch) | |
tree | 28b5571d0b03699d5b1eb35eb758d6b413986a4d | |
parent | c21ae406af9706053c1b39426cdb0aba091145f4 (diff) |
Add protoc-gen-go install to travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7d81449c1..db8ebbc84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ before_install: | install: - mkdir -p $HOME/.ccache - export PATH=/usr/lib/ccache:$PATH + - go get -u github.com/golang/protobuf/protoc-gen-go - go get -u github.com/jteeuwen/go-bindata/... - go get -d github.com/ry/v8worker2 - (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py) |