maybe fix travis build for ubuntu
This commit is contained in:
parent
567a6db184
commit
4e4401a9e2
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
||||||
brew install qt cmake protobuf
|
brew install qt cmake protobuf
|
||||||
else
|
else
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
|
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev qt4-dev-tools
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue