From 6adb0fd9dd76f0d0a17faeab41f819950a4347e1 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sun, 19 Mar 2017 12:35:00 -0700 Subject: [PATCH] Switch Linux builds to 5.7 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbb2485ea..123f4d8b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,9 +89,9 @@ before_install: install: # linux dependencies: qt - if [ "${SPEC}" = "linux-g++-64" ]; then - wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.8.0-linux-min.tar.bz2 && - tar jxf Qt5.8.0-linux-min.tar.bz2 -C /tmp && - export PATH=/tmp/Qt5.8-linux/5.8/gcc_64/bin:$PATH && + wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.7.1-linux-min.tar.bz2 && + tar jxf Qt5.7.1-linux-min.tar.bz2 -C /tmp && + export PATH=/tmp/Qt5.7-linux/5.7/gcc_64/bin:$PATH && export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start ; -- 2.22.0