From 9231a865606588a94452fdc714c41e77047d71f0 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 29 Jan 2018 02:21:19 +0200 Subject: [PATCH] Use Qt 5.9.2 on travis --- .ci/install.sh | 2 +- .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index a3b11559..e7e99c1f 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -13,7 +13,7 @@ fi if [ $TRAVIS_OS_NAME == linux ]; then if [ -z "$QT_VERSION" ]; then - QT_VERSION="594" + QT_VERSION="592" fi export QT_PKG=${QT_VERSION:0:2} diff --git a/.travis.yml b/.travis.yml index a8557fe5..caba1f0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: env: - CXX_COMPILER=g++-6 - C_COMPILER=gcc-6 - - QT_VERSION=594 + - QT_VERSION=592 - DEPLOYMENT=1 addons: apt: @@ -43,7 +43,7 @@ matrix: env: - CXX_COMPILER=clang++-5.0 - C_COMPILER=clang-5.0 - - QT_VERSION=594 + - QT_VERSION=592 addons: apt: sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-trusty-5.0"]