diff options
author | raveit65 <[email protected]> | 2021-03-09 22:48:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 22:48:48 +0100 |
commit | af8d78661aeb9180026d63eafc8b43ff7a243099 (patch) | |
tree | d8b6df2871356cf8afe2f0b5c4abbb70d64852ff | |
parent | 001ee02dd7a5687a70279d0aa7fe43171dfddaa5 (diff) | |
download | mate-sensors-applet-af8d78661aeb9180026d63eafc8b43ff7a243099.tar.bz2 mate-sensors-applet-af8d78661aeb9180026d63eafc8b43ff7a243099.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 f85c29c..6c3518f 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" |