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 1c8ed85 commit ad9d9eaCopy full SHA for ad9d9ea
.travis.yml
@@ -7,5 +7,5 @@ before_install:
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
- - cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install
+ - C=$(pwd) && cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install && cd $C
11
0 commit comments