diff options
author | raveit65 <[email protected]> | 2021-03-08 17:24:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 17:24:55 +0100 |
commit | 52217e06c3be5cbb3cfa79fec4e3236330d5d1d4 (patch) | |
tree | 78fcb2da544609dcd443b090e742f279856cdf51 /.travis.yml | |
parent | b1fd5052f23244bb565ee31bc68a04bb042bb778 (diff) | |
download | mate-backgrounds-52217e06c3be5cbb3cfa79fec4e3236330d5d1d4.tar.bz2 mate-backgrounds-52217e06c3be5cbb3cfa79fec4e3236330d5d1d4.tar.xz |
travis: 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 ee25143..5f96ed9 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" |