diff options
author | raveit65 <[email protected]> | 2021-03-08 17:50:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 17:50:42 +0100 |
commit | c52cc455d4cddfd868703480c0338c831f1c41ce (patch) | |
tree | dbc52a70d3a59fdfe994a878983529b1d3d487bf | |
parent | e567f91980844d81a527df0c61134993ff26b84c (diff) | |
download | mate-control-center-c52cc455d4cddfd868703480c0338c831f1c41ce.tar.bz2 mate-control-center-c52cc455d4cddfd868703480c0338c831f1c41ce.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 da16991b..1b1e1016 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" |