Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
change protobuf-java to protobuf-all for protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinker1991 committed Apr 13, 2018
1 parent 950a9b9 commit 23f0cce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: ruby

cache:
directories:
- $HOME/protobuf

sudo: false

before_install:
Expand Down
2 changes: 1 addition & 1 deletion install-protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
# check to see if protobuf folder is empty
if [ ! -d "$HOME/protobuf/lib" ]; then
wget https://github.com/google/protobuf/releases/download/v3.5.1/protobuf-java-3.5.1.tar.gz
wget https://github.com/google/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.tar.gz
tar -xzvf protobuf-java-3.5.1.tar.gz
cd protobuf-3.5.1 && ./configure --prefix=$HOME/protobuf && make && make install
else
Expand Down

0 comments on commit 23f0cce

Please sign in to comment.