From bfa9eb86916063faf9dd1944f69bebd5db19c4d5 Mon Sep 17 00:00:00 2001 From: Stephen G Tuggy Date: Sat, 10 Oct 2020 17:49:02 -0700 Subject: [PATCH] chore: Omit Fedora 30 from Travis builds (master) --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75d519238..fbbbc775e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ dist: focal # to the matrix to cover the distro jobs: include: + # Just build one .deb package for all .deb-based platforms # - os: linux # name: "Ubuntu 20.04 focal" # env: @@ -65,10 +66,6 @@ jobs: name: "Fedora 31" env: - FROM='fedora:31' - - os: linux - name: "Fedora 30" - env: - - FROM='fedora:30' - os: linux name: "CentOS 8" env: