diff options
author | raveit65 <[email protected]> | 2021-03-09 23:12:01 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:12:01 +0100 |
commit | c7ceff5971b52c440e0f7731d94c0d8dbff9da84 (patch) | |
tree | 4b7f935401c272a9d92d42bec9fd88cf9d5d5592 | |
parent | 3316e6754ff99b657f80cf08920aeb0d3bc9f37f (diff) | |
download | mate-settings-daemon-c7ceff5971b52c440e0f7731d94c0d8dbff9da84.tar.bz2 mate-settings-daemon-c7ceff5971b52c440e0f7731d94c0d8dbff9da84.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 6b16eba..7bcbbbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |