diff options
author | raveit65 <[email protected]> | 2021-03-08 17:56:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 17:56:49 +0100 |
commit | 2de1eddecde9ac9aba214211872ac24e4da97aee (patch) | |
tree | 7ff2937350e54562a5c4a9e459014b0f9154b67f | |
parent | 6cad4e2061e595580b9abbbce5e659cb0f0b418a (diff) | |
download | mate-icon-theme-2de1eddecde9ac9aba214211872ac24e4da97aee.tar.bz2 mate-icon-theme-2de1eddecde9ac9aba214211872ac24e4da97aee.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 0170376..0c2b2e5 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" |