wecodemore / grunt-githooks

A Grunt plugin to help bind Grunt tasks to Git hooks
https://npmjs.org/package/grunt-githooks
MIT License
317 stars 24 forks source link

Run CI tests against newer versions of Nodejs #51

Closed franz-josef-kaiser closed 8 years ago

franz-josef-kaiser commented 8 years ago

Currently our Travis CI setup only runs against Nodejs 0.10. We should test against newer versions as well:

language: node_js
node_js:
  - "5"
  - "5.1"
  - "4"
  - "4.2"
  - "4.1"
  - "4.0"
  - "0.12"
  - "0.11"
franz-josef-kaiser commented 8 years ago

Done with 74f5b49