language: node_js node_js: - "6" - "7" before_script: - npm install - npm run build script: "npm run test"