Build config validation result is not shown if there are no issues

I see that generic is no longer being replaced.

I, however, no longer see build config validation results on the “View config” tab at all, even if I enable both the project setting and version: in .travis.yml. Is it enabled for those builds? (If yes, how am I supposed to know that?)

@native-api hmmm, that’s odd. i suspect there’s something wrong in the UI when the validation messages payload returns an empty array (as opposed to nothing, when it’s not enabled). i still see the validation results here: https://travis-ci.org/svenfuchs/test/jobs/617964983/config

i’ll have a look at this tomorrow, thanks for the report!