diff options
author | raveit65 <[email protected]> | 2021-02-22 20:03:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 20:03:35 +0100 |
commit | 95e62346209b6a20965ebce7bbcd5b9a31d73ad3 (patch) | |
tree | 9484f46f0ff9bb0c5d3db87eed50a5076ab16b57 /.travis.yml | |
parent | 44193bc230d11676c8a2ae247f819deaaebb82c0 (diff) | |
download | mate-desktop-95e62346209b6a20965ebce7bbcd5b9a31d73ad3.tar.bz2 mate-desktop-95e62346209b6a20965ebce7bbcd5b9a31d73ad3.tar.xz |
tx: temporarily disable build for ArchLinux
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 113cb57..463b948 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |