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.
This commit is contained in:
Pete Bacon Darwin 2018-10-10 11:59:07 +01:00 committed by Miško Hevery
parent 1f06b6c99b
commit 81724f5790

View File

@ -56,6 +56,7 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- env: "CI_MODE=aio_local"
- env: "CI_MODE=saucelabs_optional" - env: "CI_MODE=saucelabs_optional"
- env: "CI_MODE=browserstack_optional" - env: "CI_MODE=browserstack_optional"