From c47c7536f5780d6c7a6d80fd5422a186dd16cf1e Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 21 Nov 2020 00:25:58 -0500 Subject: [PATCH] travis: Disable testing on gentoo We would love to test on gentoo, but this currently breaks CI. Open to community contributions to improve our coverage of this distrubition. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08c092ad7..b72147f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,6 @@ sudo: required language: generic matrix: include: - - name: "Gentoo (latest)" - os: linux - env: CONTAINER=gentoo - services: docker - name: "Centos 7" os: linux env: CONTAINER=centos7