language: node_js sudo: false node_js: - '6.0' script: - npm run lint - npm run test