diff options
author | raveit65 <[email protected]> | 2021-03-08 17:32:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 17:32:47 +0100 |
commit | ed298648769d38367cf0b240ae8519d0efa5c479 (patch) | |
tree | c25631b5e08db0280049b58f048dc1ac48bde937 | |
parent | 5e7dbdf728c6b6a0fcb3c6ee7a42842c4b5db262 (diff) | |
download | mate-common-ed298648769d38367cf0b240ae8519d0efa5c479.tar.bz2 mate-common-ed298648769d38367cf0b240ae8519d0efa5c479.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 2b30783..20fa500 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" |