# Allow\_failures does not appear on the web UI

**URL:** https://travis-ci.community/t/allow-failures-does-not-appear-on-the-web-ui/3638
**Category:** Travis CI Discussions & Feedback
**Tags:** web-ui
**Created:** [June 5, 2019, 6:05pm UTC](https://travis-ci.community/t/allow-failures-does-not-appear-on-the-web-ui/3638 "2019-06-05T18:05:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jcohenadad](https://avatars.discourse-cdn.com/v4/letter/j/b5ac83/32.png) [@jcohenadad](https://travis-ci.community/u/jcohenadad)
#### Post date: [June 5, 2019, 6:05pm UTC](https://travis-ci.community/t/allow-failures-does-not-appear-on-the-web-ui/3638/1 "2019-06-05T18:05:55Z")

</div>

Hi,

I don’t see the builds that are under the `allow_failures` tag on the Web UI.

Here is an example of build: [https://travis-ci.org/neuropoly/spinalcordtoolbox/builds/541859512](https://travis-ci.org/neuropoly/spinalcordtoolbox/builds/541859512)

The build `Ubuntu 14.04 (Trusty)` is missing from the list, although it should be run (see under “View config”).

Maybe the `allow_failures` section is misplaced?

Thanks,  
Julien

---

<div class="post-metadata">

### Author: ![BanzaiMan](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/banzaiman/32/67_2.png) [@BanzaiMan](https://travis-ci.community/u/BanzaiMan)
#### Post date: [June 5, 2019, 6:59pm UTC](https://travis-ci.community/t/allow-failures-does-not-appear-on-the-web-ui/3638/2 "2019-06-05T18:59:12Z")

</div>

You have not defined a job that matches the conditions shown in [https://github.com/neuropoly/spinalcordtoolbox/blob/b241b6216599e7b52ae7e4b086c6951479dd99ee/.travis.yml#L30-L33](https://github.com/neuropoly/spinalcordtoolbox/blob/b241b6216599e7b52ae7e4b086c6951479dd99ee/.travis.yml#L30-L33).

See [https://docs.travis-ci.com/user/customizing-the-build/#matching-jobs-with-allow\_failures](https://docs.travis-ci.com/user/customizing-the-build/#matching-jobs-with-allow_failures) for more details.

---

<div class="post-metadata">

### Author: ![jcohenadad](https://avatars.discourse-cdn.com/v4/letter/j/b5ac83/32.png) [@jcohenadad](https://travis-ci.community/u/jcohenadad)
#### Post date: [June 5, 2019, 8:21pm UTC](https://travis-ci.community/t/allow-failures-does-not-appear-on-the-web-ui/3638/3 "2019-06-05T20:21:28Z")

</div>

Thank you! It took me some time to understand the concept, but I got it now. For the record, here is a working solution:  
[https://travis-ci.org/neuropoly/spinalcordtoolbox/builds/541942981/config](https://travis-ci.org/neuropoly/spinalcordtoolbox/builds/541942981/config)
