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.
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.