diff options
author | raveit65 <[email protected]> | 2021-03-27 16:48:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-27 16:48:24 +0100 |
commit | cb2e8aad57e8f09b01ecba7a1bc9fe0868abe73b (patch) | |
tree | 4d28cb29a2e3155aaccf0dc151d613a56a917a9c | |
parent | 4f68034197311c88d9f082511e81bba591845634 (diff) | |
download | mate-themes-cb2e8aad57e8f09b01ecba7a1bc9fe0868abe73b.tar.bz2 mate-themes-cb2e8aad57e8f09b01ecba7a1bc9fe0868abe73b.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 bdd30f5a..31629fec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |