diff options
author | raveit65 <[email protected]> | 2021-03-09 23:52:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:52:59 +0100 |
commit | 3c36479d56811e58bdc21b494310e44fb255a8b8 (patch) | |
tree | 64bb35c1cb51c8ffad36121da9cb0ba68fc8b3d2 | |
parent | f32de92c5d52c4f184c1ba7606bb334545c66bed (diff) | |
download | python-caja-3c36479d56811e58bdc21b494310e44fb255a8b8.tar.bz2 python-caja-3c36479d56811e58bdc21b494310e44fb255a8b8.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 1648c0f..5a574a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |