diff options
author | raveit65 <[email protected]> | 2021-03-09 14:02:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 14:02:02 +0100 |
commit | acb8c9a08be09bc9e1762d205967d4bcdf6500f8 (patch) | |
tree | a00de0f01196feb227ff48f346aea8e70731e35b | |
parent | 6b97b8cb56ab1fc255cf5f66acc829f35e5b7bfb (diff) | |
download | mate-screensaver-acb8c9a08be09bc9e1762d205967d4bcdf6500f8.tar.bz2 mate-screensaver-acb8c9a08be09bc9e1762d205967d4bcdf6500f8.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 9423e38..36f599b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |