diff options
author | raveit65 <[email protected]> | 2021-02-22 20:06:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 20:06:03 +0100 |
commit | 26564b7be3fa82df45a788d080301508e76d6a81 (patch) | |
tree | 9ef8cf4092eed9cb0876bc79fdc50132faf91193 | |
parent | cea94af1b426ba799ef592ffa9f4db33575c94e9 (diff) | |
download | mate-icon-theme-26564b7be3fa82df45a788d080301508e76d6a81.tar.bz2 mate-icon-theme-26564b7be3fa82df45a788d080301508e76d6a81.tar.xz |
tx: 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 386f2c7..c981a73 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" |