Open
Description
Rather than hard yes or no on DEV MASTERS when running Travis for release/v0.x branches, perhaps there is a way to do a conditional allow_failure setup where stable releases are still tested against upsteam masters, but a failure is allowed.
Suggestions / Ideas
- Best guess:
- Another idea is to have to
- jobs
which are nearly identical for DEV MASTERS case, the one includes an allowable failure flag, the other doesn't. Only one of them runs in the case ofrelease/v0.x
and the usual (does not allow failures) in all other cases.