From c60e4c7c24ae6f9d989c70dd7e0d29fe852c7630 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 19 Nov 2018 14:12:22 +0100 Subject: [PATCH] travis: drop archlinux from Travis cron builds With Archlinux being a rolling release every new build of the docker image could contain new changes that would break for us. For all other distros we also follow the latest release approach where we want to make sure efl still builds for it. With Archlinux this is not possible by its nature. Luckily enough efl developers use Archlinux so the risk of issues being left unnoticed is small enough. Differential Revision: https://phab.enlightenment.org/D7306 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ef3386d04..a8f5319260 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,10 +45,6 @@ jobs: env: - os: linux - DISTRO=Debian91 - - if: type = cron - env: - - os: linux - - DISTRO=Archlinux exclude: - os: linux