From a80b5603a4747d508997c03b485c0d3877fc64ce Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 9 Oct 2020 09:49:27 +0200 Subject: [PATCH] travis: disable debian, ubuntu, fedora for now Until we have fixed their build issues. (Py2/Py3 etc) --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5054511..5d955bc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,14 +16,14 @@ matrix: include: - os: linux env: BUILD_FLAVOR=tumbleweed - - os: linux - env: BUILD_FLAVOR=debian - - os: linux - env: BUILD_FLAVOR=ubuntu +# - os: linux +# env: BUILD_FLAVOR=debian +# - os: linux +# env: BUILD_FLAVOR=ubuntu - os: linux env: BUILD_FLAVOR=arch - - os: linux - env: BUILD_FLAVOR=fedora +# - os: linux +# env: BUILD_FLAVOR=fedora - os: osx env: # Ensure that "keg-only" Homebrew versions are used.