diff options
author | raveit65 <[email protected]> | 2021-02-23 10:10:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 10:10:13 +0100 |
commit | a17e85d74bc6e6d7927880eaa50bee4141cef58c (patch) | |
tree | 0b6944a993b3da191cbf24ee99a4b176333f0607 /.travis.yml | |
parent | 784788e337797ab8bed29b3055734bc49011edc1 (diff) | |
download | pluma-a17e85d74bc6e6d7927880eaa50bee4141cef58c.tar.bz2 pluma-a17e85d74bc6e6d7927880eaa50bee4141cef58c.tar.xz |
travis: 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 e08462c0..e1a56813 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" |