Skip to content

Commit ad9d9ea

Browse files
committed
Update .travis.yml
1 parent 1c8ed85 commit ad9d9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ before_install:
77
install:
88
- wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz
99
- tar -xzvf protobuf-2.6.1.tar.gz
10-
- cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install
10+
- C=$(pwd) && cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install && cd $C
1111

0 commit comments

Comments
 (0)