diff options
author | raveit65 <[email protected]> | 2021-02-22 12:36:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 12:36:12 +0100 |
commit | a71735a925e53057f75391440b8b9c8bc703bbfc (patch) | |
tree | 4e36ea0781842cdb8dc2ed035b5def2407b4a40d | |
parent | 9c00890aa119fbb38cfc939d90aea82f658c75da (diff) | |
download | caja-dropbox-a71735a925e53057f75391440b8b9c8bc703bbfc.tar.bz2 caja-dropbox-a71735a925e53057f75391440b8b9c8bc703bbfc.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 ab551bc..7553b56 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" |