diff options
author | raveit65 <[email protected]> | 2021-02-22 19:23:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 19:23:20 +0100 |
commit | dc6cf0481c4ae29be55a9516e1591481da902535 (patch) | |
tree | 8fd8ee8e091c924be8ccff921992810d941c5909 | |
parent | 0b58ab0dec906339389df32c4b3f1588ced89c68 (diff) | |
download | libmateweather-dc6cf0481c4ae29be55a9516e1591481da902535.tar.bz2 libmateweather-dc6cf0481c4ae29be55a9516e1591481da902535.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 b15496b..022fb42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ after_success: env: - - DISTRO="archlinux:latest" +# - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |