1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Try to fix travis

This commit is contained in:
Ryan Dahl 2018-05-25 12:29:40 -04:00
parent 08e005d45f
commit 8eeededd90

View file

@ -12,16 +12,14 @@ env:
- USE_CCACHE=1
- PROTOBUF_ROOT=$HOME/protobuf
before_install: |
if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
# protoc
if [ -d $PROTOBUF_ROOT ]; then
mkdir -p $PROTOBUF_ROOT
pushd $PROTOBUF_ROOT
wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip
unzip protoc-3.1.0-linux-x86_64.zip
popd
export PATH=$PROTOBUF_ROOT/bin:$PATH
fi
export PATH=$PROTOBUF_ROOT/bin:$PATH
if ! [ -x $PROTOBUF_ROOT/bin/protoc ]; then
rm -rf $PROTOBUF_ROOT
mkdir -p $PROTOBUF_ROOT
pushd $PROTOBUF_ROOT
wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip
unzip protoc-3.1.0-linux-x86_64.zip
popd
fi
install:
- mkdir -p $HOME/.ccache
@ -29,6 +27,7 @@ install:
- 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)
- yarn
script:
- yarn lint-version
- make lint