language: node_js cache: directories: - node_modules notifications: email: false node_js: - '8' install: - yarn install before_script: - npm prune script: - npm run pre-release after_success: - npm run report-coverage - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/