diff options
author | raveit65 <[email protected]> | 2021-03-09 23:16:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:16:23 +0100 |
commit | a9941b682d0f72ff61c523b268efbc570f035581 (patch) | |
tree | dab3e2b671cdb2efb6a12d1a1c658a08bc0e9737 | |
parent | 56c7c80e0c51b615a0d0ac7e64f64c9cdbeb25ab (diff) | |
download | mate-system-monitor-a9941b682d0f72ff61c523b268efbc570f035581.tar.bz2 mate-system-monitor-a9941b682d0f72ff61c523b268efbc570f035581.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 9c57808..8d2547b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |