diff --git a/travis-dependencies.sh b/travis-dependencies.sh index e9317d2a..533a213b 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -5,5 +5,5 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then brew install qt cmake protobuf else sudo apt-get update -qq - sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev qt4-dev-tools + sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev fi