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