summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-11 12:29:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-11 13:49:25 -0700
commit8fa9eabb47f451e60af765f007cca2af6def5222 (patch)
treecd40bb8b85996c3246f0f125a0fe07659a50283a /.travis.yml
parent6a9a185ffcb847cd900dadf05760602f1079269a (diff)
downloadsubsurface-8fa9eabb47f451e60af765f007cca2af6def5222.tar.gz
Travis: add Qt 5.7 testing
This is done via Fedora 26 which seemed the easiest way to get a 5.7 based distro. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 75469cafd..5f77f0182 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -125,6 +125,13 @@ matrix:
services:
- docker
+ - env: SUBSURFACE_PLATFORM="qt57"
+ os: linux
+ language: c++
+ filter_secrets: false
+ services:
+ - docker
+
before_install:
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/before_install.sh