diff options
author | raveit65 <[email protected]> | 2021-02-23 08:26:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 08:26:42 +0100 |
commit | 398289a12443e71978fdc08809231dbd10d8a86f (patch) | |
tree | 16a69ff7e9dccfd381551bd939543b529a43e5e6 | |
parent | 5af31646583faedf3d16746f19e4d7d679852ac4 (diff) | |
download | mate-utils-398289a12443e71978fdc08809231dbd10d8a86f.tar.bz2 mate-utils-398289a12443e71978fdc08809231dbd10d8a86f.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 c8e82b89..08465383 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" |