diff options
Diffstat (limited to '.ci/install.sh')
-rwxr-xr-x | .ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh index e7e99c1f..a3b11559 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="592" + QT_VERSION="594" fi export QT_PKG=${QT_VERSION:0:2} |