diff options
author | raveit65 <[email protected]> | 2021-02-22 19:35:57 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 14:39:55 +0100 |
commit | 11b406e7c109c26d5efb25f4eb1f72cf17b7f65d (patch) | |
tree | 62ded7d2d06feffcc13ef6fdfe213d7ed35473ac | |
parent | 9db1448196368ebfc1570f9df7a8310b726f3966 (diff) | |
download | marco-11b406e7c109c26d5efb25f4eb1f72cf17b7f65d.tar.bz2 marco-11b406e7c109c26d5efb25f4eb1f72cf17b7f65d.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 62075ed0..5e4bdbda 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" |