Open codecurve opened 9 years ago
libCellML will only ever have one development branch and it will (mostly) always have a green tick. For me the testing is only useful when looking at pull requests.
See https://github.com/cellml/libcellml/pull/44#issuecomment-78386305 and https://github.com/cellml/libcellml/pull/44#issuecomment-78406010 for an example of why having a way to check the status of the develop head would be useful: even though the build for the pull request branch's head fails, since the pull request changes don't affect the tests, and the branch's base is develop, seeing a green tick would make it evident that the problem is with the build slave, not the changes in the pull request.
It would be good to have a way to check which branches have successful build/test statuses. Travis shows green ticks/red crosses on the branches view (that would be https://github.com/cellml/libcellml/branches). See for example https://github.com/opencor/opencor/branches