diff options
author | raveit65 <[email protected]> | 2021-03-08 16:17:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 16:17:26 +0100 |
commit | 4237836944caeb9812ef8575b6a1f92626f6b9b4 (patch) | |
tree | 5fa780bd3b27d9cd8cf5f036766b3b74009a4e99 | |
parent | 0b91c7f432fe78300fc4dc550295a1fa5268d9cd (diff) | |
download | libmateweather-4237836944caeb9812ef8575b6a1f92626f6b9b4.tar.bz2 libmateweather-4237836944caeb9812ef8575b6a1f92626f6b9b4.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 2013260..d8e6b20 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" |