diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-07-11 12:31:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-11 13:49:25 -0700 |
commit | 45c19fd11ebf41c19f51eff067646551ab60e5bf (patch) | |
tree | c8fdb56f7d16ec2c01987907c0a8125dc3a951a5 /.travis.yml | |
parent | 8fa9eabb47f451e60af765f007cca2af6def5222 (diff) | |
download | subsurface-45c19fd11ebf41c19f51eff067646551ab60e5bf.tar.gz |
Travis: add Qt 5.9 testing
This is done via Fedora 27 which seemed the easiest way to get a 5.9 based
distro.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5f77f0182..b0751246c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,6 +132,13 @@ matrix: services: - docker + - env: SUBSURFACE_PLATFORM="qt59" + os: linux + language: c++ + filter_secrets: false + services: + - docker + before_install: - source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/before_install.sh |