sudo: false language: node_js cache: directories: - node_modules notifications: email: true node_js: - '8' before_script: - npm prune script: - npm run ban -- --all - npm run lint - npm test after_success: - npm run ci-publish || true branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"