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.
This commit is contained in:
Tomas Babej 2020-11-21 00:25:58 -05:00
parent 4729876714
commit 3855ba9136
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -2,10 +2,6 @@ sudo: required
language: generic language: generic
matrix: matrix:
include: include:
- name: "Gentoo (latest)"
os: linux
env: CONTAINER=gentoo
services: docker
- name: "Centos 7" - name: "Centos 7"
os: linux os: linux
env: CONTAINER=centos7 env: CONTAINER=centos7