Fix travis builds.

This commit is contained in:
Martin Rotter 2017-01-24 07:35:54 +01:00
parent 796024529c
commit 39b9867dc7

View File

@ -9,7 +9,7 @@ if test "$TRAVIS_OS_NAME" = "osx"; then
brew link --force curl
else
# Linux.
sudo add-apt-repository ppa:beineri/opt-qt57-trusty -y
sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
sudo apt-get update
sudo apt-get -y install qt57tools qt57base qt57webengine
sudo apt-get -y install qt58tools qt58base qt58webengine
fi