Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit c8ef2e7

Browse files
author
Juanjo Alvarez
committed
Install protoc in travis
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent 3fe8392 commit c8ef2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- wget https://github.com/google/protobuf/releases/download/v3.4.1/protobuf-python-3.4.1.tar.gz
1313
- tar -xzvf protobuf-python-3.4.1.tar.gz
1414
- cd protobuf-3.4.1
15-
- ./configure
15+
- ./configure --prefix=/usr
1616
- make
1717
- sudo make install
1818
- cd ..

0 commit comments

Comments
 (0)