diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-29 02:12:05 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-29 02:12:05 +0200 |
commit | ccb904315eb8dd7fd193798c08505fcb357d1eb7 (patch) | |
tree | a12e54dba3cc34382e632b397e570733e753410e /.ci | |
parent | Remove '#' from the room avatars (diff) | |
download | nheko-ccb904315eb8dd7fd193798c08505fcb357d1eb7.tar.xz |
Bump up Qt versions on travis & appveyor
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 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} |