diff options
author | raveit65 <[email protected]> | 2021-02-22 18:42:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 18:42:12 +0100 |
commit | 0f0d2b59082a88373e16c8e636239c0d4e8f23f7 (patch) | |
tree | 90bae4ba7f10d659839f2cddc10049583bc0f36d | |
parent | 64314d125d696401af3af527b5450cfd4b0ea188 (diff) | |
download | engrampa-0f0d2b59082a88373e16c8e636239c0d4e8f23f7.tar.bz2 engrampa-0f0d2b59082a88373e16c8e636239c0d4e8f23f7.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 e7579ad..4d551a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ after_success: fi' env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |