language: node_js node_js: - "4.4.3" - "0.12" - "0.11" - "0.10" before_install: - npm install -g bower - npm install -g gulp script: npm install && npm test