diff options
author | raveit65 <[email protected]> | 2021-02-22 18:58:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 18:58:11 +0100 |
commit | 4a8ac612f9b157fa9809a19f2040fda5d1a3e406 (patch) | |
tree | 40d2d11cf4573a2842ce1635dd60df73202e82f8 | |
parent | fdcb580a5851446a3700364f0c5b8790d20a0ca4 (diff) | |
download | libmatekbd-4a8ac612f9b157fa9809a19f2040fda5d1a3e406.tar.bz2 libmatekbd-4a8ac612f9b157fa9809a19f2040fda5d1a3e406.tar.xz |
tx: 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 792c71e..44cdf7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |