language: node_js services: - redis-server node_js: - '10' install: - npm install script: - npm run build - npm run doc - npm run test