diff options
author | raveit65 <[email protected]> | 2021-02-22 19:35:57 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 19:35:57 +0100 |
commit | 7ab70915e515337e9900809ddaf404f8d57622ec (patch) | |
tree | 8593fd767ad58dfe42287afc5edf457802370a03 | |
parent | ecfaf772a947009a7812232ca120beab3282ee79 (diff) | |
download | marco-7ab70915e515337e9900809ddaf404f8d57622ec.tar.bz2 marco-7ab70915e515337e9900809ddaf404f8d57622ec.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 6a3d3c2c..f837a296 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" |