language: node_js node_js: - "0.10" - "0.12" - "4.2" - "node" before_install: - npm -g install bower grunt-cli install: - npm install - bower install