mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
4552f56fc1
commit
c38a86bebf
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -136,12 +136,12 @@ matrix:
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
- env: SUBSURFACE_PLATFORM="qt56"
|
# - env: SUBSURFACE_PLATFORM="qt56"
|
||||||
os: linux
|
# os: linux
|
||||||
language: c++
|
# language: c++
|
||||||
filter_secrets: false
|
# filter_secrets: false
|
||||||
services:
|
# services:
|
||||||
- docker
|
# - docker
|
||||||
|
|
||||||
- env: SUBSURFACE_PLATFORM="qt57"
|
- env: SUBSURFACE_PLATFORM="qt57"
|
||||||
os: linux
|
os: linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue