language: node_js sudo: false node_js: - "9" - "10" install: - npm install script: - npm build - npm run format - npm run docs - npm run test