Merge pull request #221 from arxanas/travis-osx-no-cmake
Removed cmake from Travis's OS X dependencies.
This commit is contained in:
commit
1973df10e8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
||||
brew update
|
||||
brew install qt cmake protobuf libgcrypt
|
||||
brew install qt protobuf libgcrypt
|
||||
else
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
|
||||
|
|
Loading…
Reference in a new issue