Skip to content

Commit f6df96e

Browse files
committed
sudo removed
1 parent 8001733 commit f6df96e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: required
21
language: cpp
32

43
cache:

Diff for: install_protobuf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ ! -d "$HOME/protobuf/lib" ]; then
77
cd protobuf-3.0.0-beta-3/
88
./configure --prefix=$HOME/protobuf
99
make
10-
sudo make install
10+
make install
1111
else
1212
echo "Using cached directory."
1313
fi

0 commit comments

Comments
 (0)