diff options
author | raveit65 <[email protected]> | 2021-03-08 22:08:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:08:54 +0100 |
commit | 71e58cf747ead0a789b5aec46576f8ba469a9881 (patch) | |
tree | 787ea863b444d9be6043931bae39b2c6e5572a07 | |
parent | aeaf06537f377e83359e066b4d167afeab3d2927 (diff) | |
download | mate-netbook-71e58cf747ead0a789b5aec46576f8ba469a9881.tar.bz2 mate-netbook-71e58cf747ead0a789b5aec46576f8ba469a9881.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 df5a6a8..98a5065 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" |