From 5fcadcdc590609b7a1d0d580000fb6493b5ca2e8 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 1 Aug 2019 06:01:13 +0100 Subject: [PATCH] fix(travis): disable two failing platforms until they can be fixed * Every PR is currently showing as failed and `commitlint` is never running * Disable these two platforms in the meantime; still ten platforms being tested * `opensuse-423` is EOL in any case --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa355f2..2663198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,14 @@ env: matrix: - INSTANCE: v2019-2-py3-debian-9 - INSTANCE: v2019-2-py3-ubuntu-1804 - - INSTANCE: v2019-2-py2-centos-7 + # - INSTANCE: v2019-2-py2-centos-7 - INSTANCE: v2019-2-py2-fedora-29 - INSTANCE: v2018-3-py2-debian-8 - INSTANCE: v2018-3-py2-ubuntu-1604 - INSTANCE: v2018-3-py2-bootstrap-centos-6 - INSTANCE: v2018-3-py2-forced-version-fedora-28 - - INSTANCE: v2018-3-py2-opensuse-423 + # - INSTANCE: v2018-3-py2-opensuse-423 - INSTANCE: v2017-7-py2-debian-8 - INSTANCE: v2017-7-py2-ubuntu-1604