language: node_js sudo: false node_js: - "0.12.4" before_install: - "npm install -g npm" - "npm install -g grunt-cli" install: - "npm install"