language: node_js cache: directories: - node_modules notifications: email: false node_js: - '8' - '7' before_script: - npm prune script: - npm run test - npm run check-coverage after_success: - npm run report-coverage - npm run semantic-release branches: only: - master