For example, the problem that #2981 fixes : docs build fails, but no error is reported.
Within the .travis.yml, various stuff is occurring within command blocks.
-- could be either the use of "if" blocks, or the travis ">" ??
As-is, errors occurring are not aborting subsequent operations, and not propagating upward to report a ❌
(? maybe only last command counts ?)
If this is purely due to block commands, it potentially applies to many different targets.