-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Currently the Travis CI build runs the compilation/tests and the formatting check in the same stage. So when looking at the pull request, Github reports just one build status.
The two stages should be separated so that if the formatting check fails but the build check passes or vice versa, it can be gleaned immediately from looking at the pull request.