We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9d9ea commit 107409eCopy full SHA for 107409e
.travis.yml
@@ -5,7 +5,7 @@ before_install:
5
- sudo apt-get update -qq
6
- sudo apt-get install -y wget tar make
7
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
+ - wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
+ - tar -xzvf protobuf-2.5.0.tar.gz
+ - C=$(pwd) && cd protobuf-2.5.0 && ./configure --prefix=/usr && make && sudo make install && cd $C
11
0 commit comments