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