diff options
author | raveit65 <[email protected]> | 2021-03-09 23:34:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:34:29 +0100 |
commit | 5bde90df01833061b04b4def511c6a9ca5353dfd (patch) | |
tree | 9f13163860a0d209f4e93001b5dddaa321080885 | |
parent | 862c6aee60cfc0d5661bff44605fdf884f23212c (diff) | |
download | mate-user-share-5bde90df01833061b04b4def511c6a9ca5353dfd.tar.bz2 mate-user-share-5bde90df01833061b04b4def511c6a9ca5353dfd.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 ae092e7..ff516ce 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" |