Currently, Travis doesn’t have a way to display a build status badge for individual jobs in a matrix build. You can only get an individual badge which displays “passing” if all the jobs pass or ...
Continuous integration testing can be configured to create a build matrix to test multiple configurations of a project using a single build configuration. This can be useful if you want to test a Grails application with ...