summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-29 02:21:19 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-29 02:21:19 +0200
commit9231a865606588a94452fdc714c41e77047d71f0 (patch)
tree35de710910296cda092b0ca34fc4ceeb9cd1c0b2 /.ci
parentBump up Qt versions on travis & appveyor (diff)
downloadnheko-9231a865606588a94452fdc714c41e77047d71f0.tar.xz
Use Qt 5.9.2 on travis
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 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}