language: node_js node_js: - "4.4.4" - "0.12" install: - npm install script: - npm run build - npm test