summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-29 02:12:05 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-29 02:12:05 +0200
commitccb904315eb8dd7fd193798c08505fcb357d1eb7 (patch)
treea12e54dba3cc34382e632b397e570733e753410e /.ci
parentRemove '#' from the room avatars (diff)
downloadnheko-ccb904315eb8dd7fd193798c08505fcb357d1eb7.tar.xz
Bump up Qt versions on travis & appveyor
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh2
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}