diff options
author | raveit65 <[email protected]> | 2021-03-09 23:39:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:39:55 +0100 |
commit | efbf431886924bb7963c906e0d771f739b498563 (patch) | |
tree | 95235404f40b9c075a667bebd8c6d4b3020e0704 | |
parent | 921cdc5e59cbac78e995204834a2b01029213bd7 (diff) | |
download | mate-utils-efbf431886924bb7963c906e0d771f739b498563.tar.bz2 mate-utils-efbf431886924bb7963c906e0d771f739b498563.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 7e204a5f..2795958d 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" |