diff options
author | raveit65 <[email protected]> | 2021-02-22 23:09:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 23:09:40 +0100 |
commit | 58c2428f58f9cf08234419a217f65b0ea266039e (patch) | |
tree | d04952ddca006b56683df9c52cac7ed2ba5634e0 | |
parent | d9ef33ef0f4ead7c569554c7ddcbe501ad8ae00a (diff) | |
download | mate-settings-daemon-58c2428f58f9cf08234419a217f65b0ea266039e.tar.bz2 mate-settings-daemon-58c2428f58f9cf08234419a217f65b0ea266039e.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 20b5263..d147176 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" |