diff options
author | raveit65 <[email protected]> | 2021-03-09 23:23:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:23:09 +0100 |
commit | d265ca3e136604bbd97d6cd05bb6628bd82e3a0c (patch) | |
tree | 5c4696f815db15849f1f6c219a8a34ec89a8bcb3 | |
parent | b41481f38bd4592e829acacd32241a7c72ecc895 (diff) | |
download | mate-terminal-d265ca3e136604bbd97d6cd05bb6628bd82e3a0c.tar.bz2 mate-terminal-d265ca3e136604bbd97d6cd05bb6628bd82e3a0c.tar.xz |
travis: 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 c484dc9..da17c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |