diff options
author | raveit65 <[email protected]> | 2021-03-08 16:13:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 16:13:05 +0100 |
commit | cd905fff4b528fd58194c1e1712d2ecd481fd26a (patch) | |
tree | 4b7c018257ce17884dcc96ec80aa44ca11ffaee4 | |
parent | 8d1100435d85533b8120e4d5762847f0a0040ad3 (diff) | |
download | libmatemixer-cd905fff4b528fd58194c1e1712d2ecd481fd26a.tar.bz2 libmatemixer-cd905fff4b528fd58194c1e1712d2ecd481fd26a.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 4925b13..e80a0aa 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" |