mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix travis file
This commit is contained in:
parent
3bc2342303
commit
8b4809d680
1 changed files with 6 additions and 6 deletions
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 a new issue