diff options
author | raveit65 <[email protected]> | 2021-02-22 19:57:15 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 19:57:15 +0100 |
commit | 62083f9227eb01284211269f322002f08735db7d (patch) | |
tree | b38597c54d9d343b31900e2d24a4471ef0524243 /.travis.yml | |
parent | d40a7e81e6354cc7c4fb87c047c1a747a7edbd00 (diff) | |
download | mate-calc-62083f9227eb01284211269f322002f08735db7d.tar.bz2 mate-calc-62083f9227eb01284211269f322002f08735db7d.tar.xz |
tx: temporarily disable build for ArchLinux
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9f81b5d..7e6e1bc 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" |