Skip to content

Commit

Permalink
Merge pull request BVLC#244 from lukeyeager/nvidia/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
lukeyeager committed Oct 3, 2016
2 parents e638c0b + b53c3a8 commit cd968cc
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 @@ -52,7 +52,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 cd968cc

Please sign in to comment.