From d87be4ee444b968c8175a9df26f180778e0e26ba Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 9 Nov 2023 15:45:36 +0100 Subject: travis-ci: Disable Debian Testing We're trying GitHub Actions for this one, no need for a duplicate. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d3a9106..12de5f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,6 @@ after_success: env: # - DISTRO="archlinux:latest" - - DISTRO="debian:testing" +# - DISTRO="debian:testing" - DISTRO="fedora:latest" # - DISTRO="ubuntu:rolling" -- cgit v1.2.1