diff options
author | raveit65 <[email protected]> | 2021-02-22 19:40:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 19:40:42 +0100 |
commit | 72099d70e5bd11bdd505c8e8728ea22feea79307 (patch) | |
tree | 2465fdcc6d0251c5d5b300cddbedd33e95bc086c | |
parent | 5af3aa74497f6067f990c58a6b05eaf06cf84aa6 (diff) | |
download | mate-applets-72099d70e5bd11bdd505c8e8728ea22feea79307.tar.bz2 mate-applets-72099d70e5bd11bdd505c8e8728ea22feea79307.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 cf7a6f52..b735dd24 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" |