diff options
author | raveit65 <[email protected]> | 2021-02-22 10:06:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 11:41:03 +0100 |
commit | 8e98803b9642dbb58822754a5eb6d415147233c9 (patch) | |
tree | 9d0b5442d77ef4f024d09a6deeec157225d5d253 | |
parent | 3c52e85e2a7d73bf15b5f403c346d2abb6441385 (diff) | |
download | atril-8e98803b9642dbb58822754a5eb6d415147233c9.tar.bz2 atril-8e98803b9642dbb58822754a5eb6d415147233c9.tar.xz |
tx: 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 0076a548..d65e57dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |