diff options
author | raveit65 <[email protected]> | 2021-03-09 22:53:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 22:53:56 +0100 |
commit | ad3ea9108d86d1ba0a5da68fd3af5a0719c32fa9 (patch) | |
tree | d46dc2396dbdace9a7e8a00c90ed84b77047ef9b | |
parent | e3c00c2a5f4f883f6efcdb7952da5ad7e9c74d36 (diff) | |
download | mate-session-manager-ad3ea9108d86d1ba0a5da68fd3af5a0719c32fa9.tar.bz2 mate-session-manager-ad3ea9108d86d1ba0a5da68fd3af5a0719c32fa9.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 78419e1..412f4d8 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" |