diff options
author | raveit65 <[email protected]> | 2021-02-23 08:24:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 08:24:34 +0100 |
commit | 8c6c291142e48921218037d636e352e082414262 (patch) | |
tree | 2416fb6dc0fd03ef954b8bb5b324c20f7ce5cfaf /.travis.yml | |
parent | 7931affdee7784419d84dc306167db1cf9682c1d (diff) | |
download | mate-user-share-8c6c291142e48921218037d636e352e082414262.tar.bz2 mate-user-share-8c6c291142e48921218037d636e352e082414262.tar.xz |
tx: temporarily disable build for ArchLinux
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d057529..8eb5f48 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" |