diff options
author | raveit65 <[email protected]> | 2021-03-08 22:16:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:16:55 +0100 |
commit | 42baf552421f13039b90f62660e2e73b3cba82c2 (patch) | |
tree | eac33e5f19993dc733688d50e71fce35113ba402 | |
parent | 788ba193b05186dbc9ac4b136b9d655ac4701c80 (diff) | |
download | mate-panel-42baf552421f13039b90f62660e2e73b3cba82c2.tar.bz2 mate-panel-42baf552421f13039b90f62660e2e73b3cba82c2.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 52bf4be8..87f9b7e2 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" |