diff options
author | raveit65 <[email protected]> | 2021-03-08 14:51:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 14:51:54 +0100 |
commit | 14137a027107bb2ee2b410d9fe226f9c06b64737 (patch) | |
tree | 394a29a7e2759b11878064d4bb80b5b0e8af3a98 | |
parent | d906764f8333f5f366c61a9b1a8c32a2d8765aa2 (diff) | |
download | atril-14137a027107bb2ee2b410d9fe226f9c06b64737.tar.bz2 atril-14137a027107bb2ee2b410d9fe226f9c06b64737.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 fb78a09a..edcf99de 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:20.04" |