diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-28 21:34:40 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-28 21:34:40 +0300 |
commit | b67024149cb0f838e44d9ab0973f8d8aefeb5030 (patch) | |
tree | 52632e319820471ff036de7b2fede9749305c9e8 /.travis.yml | |
parent | Add Qt5Svg dependency (diff) | |
download | nheko-b67024149cb0f838e44d9ab0973f8d8aefeb5030.tar.xz |
Install qt5-svg in travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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"] |