diff options
author | raveit65 <[email protected]> | 2021-02-22 22:03:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 22:03:04 +0100 |
commit | 6bbd3d319ea31d577aef82453a5d166464bf6c77 (patch) | |
tree | 17a68730bf5dc3886184791e1e4487d9b420173a | |
parent | 1e7936fc0c8deda42f280bb035805f9100fda4eb (diff) | |
download | mate-panel-6bbd3d319ea31d577aef82453a5d166464bf6c77.tar.bz2 mate-panel-6bbd3d319ea31d577aef82453a5d166464bf6c77.tar.xz |
tx: temporarily disable build for ArchLinux
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a296aedb..4966c499 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |