diff options
author | raveit65 <[email protected]> | 2021-02-22 23:21:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 23:21:10 +0100 |
commit | b962fe33809f88eb788596d6ddaf79ab385927e3 (patch) | |
tree | 9399f6e949ed6e0b8d0325c134f5181f484a9108 /.travis.yml | |
parent | e97e2d8e84a13a522892f060ef49e8604617e6e4 (diff) | |
download | mate-system-monitor-b962fe33809f88eb788596d6ddaf79ab385927e3.tar.bz2 mate-system-monitor-b962fe33809f88eb788596d6ddaf79ab385927e3.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 1145c38..a22860a 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" |