diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-29 02:21:19 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-29 02:21:19 +0200 |
commit | 9231a865606588a94452fdc714c41e77047d71f0 (patch) | |
tree | 35de710910296cda092b0ca34fc4ceeb9cd1c0b2 /.ci | |
parent | Bump up Qt versions on travis & appveyor (diff) | |
download | nheko-9231a865606588a94452fdc714c41e77047d71f0.tar.xz |
Use Qt 5.9.2 on travis
Diffstat (limited to '.ci')
-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 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} |