diff options
author | Colomban Wendling <[email protected]> | 2023-11-09 15:45:36 +0100 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2025-03-12 09:45:10 +0100 |
commit | d87be4ee444b968c8175a9df26f180778e0e26ba (patch) | |
tree | 0988a4c91df5df313e49a1d558a20fea52a894a3 | |
parent | c80c7167d831b791e54a9fd5a5e889df09bc3cd0 (diff) | |
download | mate-panel-d87be4ee444b968c8175a9df26f180778e0e26ba.tar.bz2 mate-panel-d87be4ee444b968c8175a9df26f180778e0e26ba.tar.xz |
travis-ci: Disable Debian Testing
We're trying GitHub Actions for this one, no need for a duplicate.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |