diff options
author | raveit65 <[email protected]> | 2021-03-08 17:54:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 17:54:41 +0100 |
commit | 5cace924c089c889303e733ae8f4039ceef088df (patch) | |
tree | 282062058492844a9c385f112523fc02bf27b1a5 | |
parent | 502f8c2f8b224a36f48b1705d578012a200f6a29 (diff) | |
download | mate-desktop-5cace924c089c889303e733ae8f4039ceef088df.tar.bz2 mate-desktop-5cace924c089c889303e733ae8f4039ceef088df.tar.xz |
travis: 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 56f1a94..ce4bd4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |