From 544cee5c87bb063e60bd8536ecd8e4b165b43aa4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 28 Aug 2021 15:02:35 +0200 Subject: .travis.yml: Re-enable debian:stable as CI target again. Debian 11 has been released. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85ee12c..5382638 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ env: # temp disable of archlinux builds, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/56 # - DISTRO="archlinux:latest" - DISTRO="debian:testing" -# - DISTRO="debian:stable" + - DISTRO="debian:stable" # - DISTRO="ubuntu:rolling" - DISTRO="ubuntu:focal" -- cgit v1.2.3