diff options
author | raveit65 <[email protected]> | 2022-07-21 17:29:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 17:29:34 +0200 |
commit | e4ad9128b791fbe702e3f9a40f1b083f27a71610 (patch) | |
tree | d502bbe9e4be2df2a8e7fac9a2aba94ef3d170a8 | |
parent | 4a70324aaa6c8ddf89d808bfb94ba680c0178b24 (diff) | |
download | caja-e4ad9128b791fbe702e3f9a40f1b083f27a71610.tar.bz2 caja-e4ad9128b791fbe702e3f9a40f1b083f27a71610.tar.xz |
travis: disable travis builds for archLinux
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2b5f3816..deaba331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" # - DISTRO="ubuntu:rolling" |