diff options
author | raveit65 <[email protected]> | 2021-02-22 20:28:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 20:28:54 +0100 |
commit | f50da0520f0493303ae7565e478bb31f561a114a (patch) | |
tree | 589c31bd00fa6f04bf46de73b2c6432c403e83c2 | |
parent | 32ef0c02ef62a82c57b6373c6ec87e03ae762e13 (diff) | |
download | mate-menus-f50da0520f0493303ae7565e478bb31f561a114a.tar.bz2 mate-menus-f50da0520f0493303ae7565e478bb31f561a114a.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 8f0b94c..94bd714 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" |