diff options
author | raveit65 <[email protected]> | 2021-03-08 16:01:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 16:01:38 +0100 |
commit | cbfb3eb30480722738311ddc3bc9877c873d2148 (patch) | |
tree | 193e7cebb76575980b1fe23b4ab98729a4d0f3a6 | |
parent | b7c2417cb0c766bc371743b8380d50950d4b9d42 (diff) | |
download | engrampa-cbfb3eb30480722738311ddc3bc9877c873d2148.tar.bz2 engrampa-cbfb3eb30480722738311ddc3bc9877c873d2148.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 958473d..8bdc3e7 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" |