Skip to content

Commit 107409e

Browse files
committed
protoc version 2.5.0
1 parent ad9d9ea commit 107409e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- sudo apt-get update -qq
66
- sudo apt-get install -y wget tar make
77
install:
8-
- wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz
9-
- tar -xzvf protobuf-2.6.1.tar.gz
10-
- C=$(pwd) && cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install && cd $C
8+
- wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
9+
- tar -xzvf protobuf-2.5.0.tar.gz
10+
- C=$(pwd) && cd protobuf-2.5.0 && ./configure --prefix=/usr && make && sudo make install && cd $C
1111

0 commit comments

Comments
 (0)