mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
Fix travis file
This commit is contained in:
parent
3bc2342303
commit
8b4809d680
12
.travis.yml
12
.travis.yml
@ -13,13 +13,13 @@ env:
|
||||
- PROTOBUF_ROOT=$HOME/protobuf
|
||||
before_install: |
|
||||
if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
|
||||
# protoc
|
||||
# protoc
|
||||
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
|
||||
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
|
||||
install:
|
||||
- mkdir -p $HOME/.ccache
|
||||
|
Loading…
Reference in New Issue
Block a user