diff options
author | raveit65 <[email protected]> | 2021-02-22 19:19:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 19:19:32 +0100 |
commit | 59401d24a28cfc37008f2f319550f3d72f9c1aa2 (patch) | |
tree | 176571426718fe13e8b61f4c63b61532d807c125 | |
parent | 9d27e4571a5423d29ec4160fd160cbb299d7e6d3 (diff) | |
download | libmatemixer-59401d24a28cfc37008f2f319550f3d72f9c1aa2.tar.bz2 libmatemixer-59401d24a28cfc37008f2f319550f3d72f9c1aa2.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 0401a54..85a3d37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:devel" |