summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-14 10:35:45 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-14 13:37:17 -0700
commitd323e9381b17873353a10803d71b80fb57e6bde3 (patch)
tree430293de9301ec0f58d35da98773a9fcdf0c6de6 /.travis.yml
parentcd8e1eb15aa23e760a2e7a952652e92433f43a6c (diff)
downloadsubsurface-d323e9381b17873353a10803d71b80fb57e6bde3.tar.gz
Stop support Qt versions before 5.9
There's just no point to testing these outdated versions. Everything we build is now Qt 5.9 or newer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
index 947c52dbd..356c8b665 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -130,27 +130,6 @@ matrix:
# directories:
# - 3pp
- - env: SUBSURFACE_PLATFORM="qt55"
- os: linux
- language: c++
- filter_secrets: false
- services:
- - docker
-
-# - env: SUBSURFACE_PLATFORM="qt56"
-# os: linux
-# language: c++
-# filter_secrets: false
-# services:
-# - docker
-
- - env: SUBSURFACE_PLATFORM="qt57"
- os: linux
- language: c++
- filter_secrets: false
- services:
- - docker
-
- env: SUBSURFACE_PLATFORM="qt59"
os: linux
language: c++