diff options
author | Parsa Ghadimi <me@qti3e.com> | 2018-05-22 20:09:37 +0430 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-22 11:54:08 -0400 |
commit | cd9c361ee1b09b42e731d79ce55b95a3e9bc4fbc (patch) | |
tree | b850ff562c06d2bcce886cea0cf2dda40ad56e15 | |
parent | 6a1d7d2fe69c29ec08d498d30721995f58fadafc (diff) |
Improve travis build
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 69e932313..bf1c25a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,10 @@ cache: directories: - $HOME/.ccache install: - - go get github.com/jteeuwen/go-bindata + - sudo apt-get install protobuf-compiler + - 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) - - make script: - make lint + - make test |