diff options
author | raveit65 <[email protected]> | 2021-02-22 18:36:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 18:36:56 +0100 |
commit | 1f6e6b4354bae55fc238a216933318c8e6b98615 (patch) | |
tree | ec226539a9344bd7e0513c33ceabaa509806cb0c /.travis.yml | |
parent | a8d98cb5572363804ffabd771055959826b32f99 (diff) | |
download | caja-extensions-1f6e6b4354bae55fc238a216933318c8e6b98615.tar.bz2 caja-extensions-1f6e6b4354bae55fc238a216933318c8e6b98615.tar.xz |
tx: 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 a938603..338e1c8 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" |