Travis: disable failing qt56 build

For some reason openSUSE 42.3 updates keep timing out, causing these builds to
fail. Having a Qt5.5 and a Qt5.7 build should be sufficient for our purposes.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-05-05 17:15:05 -07:00
parent 4552f56fc1
commit c38a86bebf

View file

@ -136,12 +136,12 @@ matrix:
services:
- docker
- env: SUBSURFACE_PLATFORM="qt56"
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