fix travis build (#2575)

* fix travis build

* rename dir
This commit is contained in:
Zach H 2017-04-07 08:41:33 -04:00 committed by ctrlaltca
parent 657e1ac9e6
commit 3b7990b569
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,8 @@
if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
brew update > /dev/null
brew install qt5 protobuf > /dev/null
brew install --force qt
brew install protobuf
else
# common prerequisites
sudo add-apt-repository -y ppa:smspillaz/cmake-master