diff options
author | raveit65 <[email protected]> | 2021-03-08 16:09:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 16:09:24 +0100 |
commit | 9e2dbd76cd1670e32d114bedefee2a83d83229af (patch) | |
tree | 4f9e25e6ead061f9fbade6fb93107f66b94490c8 | |
parent | 495d5a3796661e43da7f4f669cfa5c77c746df71 (diff) | |
download | libmatekbd-9e2dbd76cd1670e32d114bedefee2a83d83229af.tar.bz2 libmatekbd-9e2dbd76cd1670e32d114bedefee2a83d83229af.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 2092da7..ee65f72 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" |