From 28025d4388a6374a4886fee27339bedfa432f440 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Fri, 12 Jan 2018 13:12:01 -0800 Subject: [PATCH] Move Linux to 5.9.3 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index be20c4429..242fda723 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,9 +73,9 @@ before_install: install: # linux dependencies: qt - if [ "${SPEC}" = "linux-g++-64" ]; then - wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.9.1-linux-min.tar.bz2 && - tar jxf Qt5.9.1-linux-min.tar.bz2 -C /tmp && - export PATH=/tmp/Qt5.9-linux/5.9.1/gcc_64/bin:$PATH && + wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.9.3-gcc_64-min.tar.bz2 && + tar jxf Qt5.9.3-gcc_64-min.tar.bz2 -C /tmp && + export PATH=/tmp/Qt5.9-gcc_64/5.9.3/gcc_64/bin:$PATH && export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start ; -- 2.22.0