diff options
author | raveit65 <[email protected]> | 2021-03-08 22:22:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:22:54 +0100 |
commit | 11984cbfcf5a1982a0f4f32e3053d7050179d60d (patch) | |
tree | d266520f6b6a10115b56cda691a4f8fe3e73ec52 | |
parent | 030f0e2543a241b5e8355d069e070f22cb764160 (diff) | |
download | mate-power-manager-11984cbfcf5a1982a0f4f32e3053d7050179d60d.tar.bz2 mate-power-manager-11984cbfcf5a1982a0f4f32e3053d7050179d60d.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 3eba9de..9f51ffa 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" |