diff options
author | raveit65 <[email protected]> | 2021-03-08 15:19:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 15:19:23 +0100 |
commit | 400aef340eea13446fced70f0ed415cdcdf2dd20 (patch) | |
tree | ebea8454fb5292bf1356559552150b853d3739ee | |
parent | 6aeb11555c42562e745b205628514a7c9acb78bc (diff) | |
download | caja-extensions-400aef340eea13446fced70f0ed415cdcdf2dd20.tar.bz2 caja-extensions-400aef340eea13446fced70f0ed415cdcdf2dd20.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 b0d105f..3bf439d 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" |