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