From 81724f5790a11a6dedf9810e7bd7e5d1599b19b7 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 10 Oct 2018 11:59:07 +0100 Subject: [PATCH] ci(docs-infra): allow `aio_local` builds to fail on Travis This job is flaky (up to 50%!) so let's allow it to fail while we investigate the reason. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 86ed8d2ba2..57cda7bfa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ env: matrix: fast_finish: true allow_failures: + - env: "CI_MODE=aio_local" - env: "CI_MODE=saucelabs_optional" - env: "CI_MODE=browserstack_optional"