diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-05-05 17:15:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-05-05 17:15:07 -0700 |
commit | c38a86bebf5d031d8c830813d0e4107bcd9e098c (patch) | |
tree | bb482dc2e97d440af5b5d20a11938c1e5a2f50ee /.travis.yml | |
parent | 4552f56fc133eb1f8ce1c3c724d9d5ca6d50e5e4 (diff) | |
download | subsurface-c38a86bebf5d031d8c830813d0e4107bcd9e098c.tar.gz |
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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 94fabbae1..2219505dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |