diff options
author | raveit65 <[email protected]> | 2021-02-22 22:51:28 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 22:51:28 +0100 |
commit | 21f2416d93ab4da2f4eb85370d88c58f896400bc (patch) | |
tree | ab3e74b25707e35926d7ecf4c52dd696d540dd66 | |
parent | 4b5cf601ddbb58f7b30888f3ec4705012279bfa8 (diff) | |
download | mate-power-manager-21f2416d93ab4da2f4eb85370d88c58f896400bc.tar.bz2 mate-power-manager-21f2416d93ab4da2f4eb85370d88c58f896400bc.tar.xz |
tx: 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 1c9df12..36ded6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |