diff options
author | raveit65 <[email protected]> | 2021-02-23 08:18:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 08:18:17 +0100 |
commit | f4396a807e43376f2e2b1f57c5ad328ce2785a8a (patch) | |
tree | d8c55e0aa5f7a247a4cd0e5cd6a822f4de4811b8 | |
parent | b26aa025a9ae0c09633533d62fbc5b927591e527 (diff) | |
download | mate-terminal-f4396a807e43376f2e2b1f57c5ad328ce2785a8a.tar.bz2 mate-terminal-f4396a807e43376f2e2b1f57c5ad328ce2785a8a.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 547491a..1dd3be8 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" |