Releases: tandrewnichols/grunt-travis-matrix
Releases · tandrewnichols/grunt-travis-matrix
v1.0.0
v0.0.5
Removes custom homepage.
v0.0.4
This release invokes lodash using .runInContext() so as not to clobber dependent's templateSettings.
v0.0.3
Changes the package homepage to my site.
v0.0.2
This release allows functions to be passed as cmd, in addition to strings and arrays. It also allow matrix targets to be the cmd to run. I.e.
matrix: {
'v0.10': 'codeclimate < coverage/coverage.html'
}It allows the same types of parameters: string, array, and function.
Finally, this release adds a force option to prevent the grunt task chain from failing on non-critical tasks.