- If checkstyle fails, we don't want Travis to tell us the build "errored": it just failed.
- Running multiple independent script commands leads to an unclear, because the commands are executed regardless of the results of the previous one. This means you can end up with build logs ending with, while the build itself is marked as failed since one of the commands failed.
- When checkstyle fails, it fails in the initial, no-log build, and then we don't have the checkstyle logs to tell us why it failed.
|
|