summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
parent597f829c57adea24b4ff75260091b4a8f86f08c0 (diff)
Bump up Qt versions on travis & appveyor
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index caba1f0d..a8557fe5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
env:
- CXX_COMPILER=g++-6
- C_COMPILER=gcc-6
- - QT_VERSION=592
+ - QT_VERSION=594
- DEPLOYMENT=1
addons:
apt:
@@ -43,7 +43,7 @@ matrix:
env:
- CXX_COMPILER=clang++-5.0
- C_COMPILER=clang-5.0
- - QT_VERSION=592
+ - QT_VERSION=594
addons:
apt:
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-trusty-5.0"]