Skip to content

Commit

Permalink
Merge pull request BVLC#4769 from lukeyeager/bvlc/travis-protobuf3-url
Browse files Browse the repository at this point in the history
[TravisCI] google/protobuf renamed the 3.0 branch
  • Loading branch information
shelhamer authored Sep 24, 2016
2 parents d208b71 + f96ccea commit f40cf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
dh-autoreconf \
unzip

wget https://github.com/google/protobuf/archive/3.0.0-GA.tar.gz -O protobuf3.tar.gz
wget https://github.com/google/protobuf/archive/3.0.x.tar.gz -O protobuf3.tar.gz
tar -xzf protobuf3.tar.gz -C $PROTOBUF3_DIR --strip 1
rm protobuf3.tar.gz
cd $PROTOBUF3_DIR
Expand Down

0 comments on commit f40cf46

Please sign in to comment.