Skip to content

Releases: tandrewnichols/grunt-travis-matrix

v1.0.0

07 Feb 22:13

Choose a tag to compare

This release:

  • Removes the matrix task
  • Renames the travis task "travisMatrix"
  • Simplifies task configuration (significantly)
  • Reverts to the grunt standard for multi tasks.
  • Some dev improvements, like switching to should.js, expanding the test matrix, etc.

v0.0.5

13 Feb 14:37

Choose a tag to compare

Removes custom homepage.

v0.0.4

12 Sep 01:08

Choose a tag to compare

This release invokes lodash using .runInContext() so as not to clobber dependent's templateSettings.

v0.0.3

30 Aug 14:11

Choose a tag to compare

Changes the package homepage to my site.

v0.0.2

28 Aug 17:15

Choose a tag to compare

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.