language: "node_js" node_js: - "node" - "iojs" before_install: "npm install grunt-cli -g" script: "grunt"