From c0bd7db658fb54d6f5834f1e99838c150b94379a Mon Sep 17 00:00:00 2001 From: Daenyth Date: Fri, 27 Jun 2014 22:57:24 -0400 Subject: [PATCH] Install libgcrypt on osx travis --- travis-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index 533a213b..0c6c62e6 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -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