language: node_js cache: directories: - node_modules branches: only: - master - develop notifications: email: false node_js: - '10' script: npm run build && npm run coverage