Skip to content

Commit 7395d2d

Browse files
committed
Using protobuf3 in Travis-CI MacOS.
1 parent 6a46181 commit 7395d2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

paddle/scripts/travis/before_install.osx.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
brew update
33
brew tap homebrew/science
44
brew install python
5-
sudo pip install --upgrade protobuf==2.6.0
6-
brew install homebrew/versions/protobuf260 --without-python
7-
brew install cmake python glog gflags openblas wget md5sha1sum
5+
sudo pip install --upgrade protobuf
6+
brew install cmake python glog gflags openblas wget md5sha1sum protobuf
87

98
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz -O gtest.tar.gz
109
tar xf gtest.tar.gz

0 commit comments

Comments
 (0)