summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 21:34:40 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 21:34:40 +0300
commitb67024149cb0f838e44d9ab0973f8d8aefeb5030 (patch)
tree52632e319820471ff036de7b2fede9749305c9e8 /.travis.yml
parent2c9aa72d1381891078f5b3b98e20a84ed922a3cd (diff)
Install qt5-svg in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f429d721..5454b68c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,8 @@ matrix:
env:
- CXX_COMPILER=g++-7
- C_COMPILER=gcc-7
- - QT_VERSION=592
+ - QT_VERSION="-5.10.1"
+ - QT_PKG=510
- DEPLOYMENT=1
addons:
apt:
@@ -31,6 +32,7 @@ matrix:
- CXX_COMPILER=g++-7
- C_COMPILER=gcc-7
- QT_VERSION=571
+ - QT_PKG=57
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
@@ -41,6 +43,7 @@ matrix:
- CXX_COMPILER=clang++-5.0
- C_COMPILER=clang-5.0
- QT_VERSION=592
+ - QT_PKG=59
addons:
apt:
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-trusty-5.0"]