diff options
author | raveit65 <[email protected]> | 2021-03-09 23:45:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:45:07 +0100 |
commit | 242f8215b960c763cc1658135bb0148f353b2bc5 (patch) | |
tree | 8c407302dc8c6c87828e6422a9f5a3a423f5cdb3 | |
parent | 1157d299af0648d04b501319aa5c47e8ab9caada (diff) | |
download | mozo-242f8215b960c763cc1658135bb0148f353b2bc5.tar.bz2 mozo-242f8215b960c763cc1658135bb0148f353b2bc5.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 4aaaca5..82ca7d3 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" |