diff options
author | raveit65 <[email protected]> | 2021-02-23 08:28:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 08:28:59 +0100 |
commit | 6a834d2a5462c2c0e6e5af9b552f7db5d857bd56 (patch) | |
tree | ef36efca48d849fb165ddd50a73749e18125345d /.travis.yml | |
parent | 41b8d82e5f1d73a154c19f6af22d215ea1bc3445 (diff) | |
download | mozo-6a834d2a5462c2c0e6e5af9b552f7db5d857bd56.tar.bz2 mozo-6a834d2a5462c2c0e6e5af9b552f7db5d857bd56.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 5cc0a42..6a2dad3 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" |