Fix Travis build

This commit is contained in:
Victor Tran 2019-04-19 20:30:27 +10:00
parent 808e652c96
commit 06739325b5

View file

@ -21,7 +21,7 @@ elif [ $STAGE = "before_install" ]; then
if [ $TRAVIS_OS_NAME = "linux" ]; then if [ $TRAVIS_OS_NAME = "linux" ]; then
sudo add-apt-repository -y ppa:beineri/opt-qt-5.10.0-xenial sudo add-apt-repository -y ppa:beineri/opt-qt-5.10.0-xenial
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install qt510-meta-minimal qt510x11extras qt510tools qt510translations qt510svg qt510websockets xorg-dev libxcb-util0-dev libgl1-mesa-dev sudo apt-get install qt510-meta-minimal qt510multimedia qt510x11extras qt510tools qt510translations qt510svg qt510websockets xorg-dev libxcb-util0-dev libgl1-mesa-dev
else else
echo "[TRAVIS] Preparing to build for macOS" echo "[TRAVIS] Preparing to build for macOS"
brew update brew update