Install libgcrypt on osx travis

This commit is contained in:
Daenyth 2014-06-27 22:57:24 -04:00
parent 38aa1f60ed
commit c0bd7db658

View file

@ -2,7 +2,7 @@
if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
brew update
brew install qt cmake protobuf
brew install qt cmake protobuf libgcrypt
else
sudo apt-get update -qq
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev