OPI Blog
Learn from experts in their fields

Browsing Tags: travis

Feb 17, 2015
Travis Build Matrix Badge
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 ...
Oct 29, 2013
Testing Grails With a Travis Build Matrix
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 ...