diff options
author | raveit65 <[email protected]> | 2021-02-22 18:45:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 18:45:04 +0100 |
commit | b44ad1c9f71cefe03dc9cce9d6aaad69d09ce3fe (patch) | |
tree | 379754bced59d6a1cde267b3d2440ccc464d7533 | |
parent | 0e5048c450399e61cb39bc7064b68ffec921a196 (diff) | |
download | eom-b44ad1c9f71cefe03dc9cce9d6aaad69d09ce3fe.tar.bz2 eom-b44ad1c9f71cefe03dc9cce9d6aaad69d09ce3fe.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 9499922..ebc281b 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" |