language: node_js
node_js:
 - 0.8
 - 0.10
install:
 - npm install -g grunt-cli
 - npm install -g coffeelint-newline-at-eof
 - npm install
script:
 - {%= npm_test %}
