ci(docs-infra): allow `aio_local` builds to fail on Travis (#26366)

This job is flaky (up to 50%!) so let's allow it to fail while
we investigate the reason.

PR Close #26366
This commit is contained in:
Pete Bacon Darwin 2018-10-10 11:59:07 +01:00 committed by Miško Hevery
parent 053bf27fb3
commit 7d0e17530b
1 changed files with 1 additions and 0 deletions

View File

@ -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"