diff options
author | raveit65 <[email protected]> | 2021-02-22 19:52:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 19:52:29 +0100 |
commit | 20d4d655de6a03ef86abceff27eda710df18fbf6 (patch) | |
tree | e4ab6d23f75c6aa2a314d617a24a732f4aa2fe8f | |
parent | 6a2f4793b37e6c9c9957f3dbd01176256a7c93db (diff) | |
download | mate-backgrounds-20d4d655de6a03ef86abceff27eda710df18fbf6.tar.bz2 mate-backgrounds-20d4d655de6a03ef86abceff27eda710df18fbf6.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 8dbf13a..00eff88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |