From 066385d9ac3e731554a22e3fb58f8fc2a086dbb5 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 4 Apr 2019 11:04:48 -0700 Subject: [PATCH] travis: allow failure of android things job as no longer actively supported Signed-off-by: Mihai Tudor Panu --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 42252dba..cf483331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ jobs: fast_finish: true allow_failures: - env: TARGET=ipk + - env: TARGET=android include: - &run-with-clang-minimal stage: Clang 3.8 - minimal with unit tests