summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-10 16:03:54 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-10 19:41:43 -0700
commit0a4dcd59b0e1f176630280ea916c296c11633f56 (patch)
tree47bcb3e10a98cf61a816df168eb3fdc952a9203b /.travis.yml
parent3b8c576d9576d6af6ab4b6ac1909bd446a5c714a (diff)
downloadsubsurface-0a4dcd59b0e1f176630280ea916c296c11633f56.tar.gz
Travis: add Qt 5.6 testing
This is done via OpenSUSE Leap/42.3 which seemed the easiest way to get a 5.6 based distro. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f4ae3593..75469cafd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,7 +112,13 @@ matrix:
# - 3pp
- env: SUBSURFACE_PLATFORM="qt55"
- # Currently hard coded to arm
+ os: linux
+ language: c++
+ filter_secrets: false
+ services:
+ - docker
+
+ - env: SUBSURFACE_PLATFORM="qt56"
os: linux
language: c++
filter_secrets: false