diff --git a/.travis.yml b/.travis.yml index 88da5e8e67..c682aa4f83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ notifications: webhooks: urls: - "https://webhooks.gitter.im/e/712d699360b239db14a5" - on_success: change + - "https://www.travisbuddy.com/" + on_success: never on_failure: always on_start: never + on_cancel: never + on_error: never diff --git a/developer/bin/sync_templates_and_ci b/developer/bin/sync_templates_and_ci index 72c5aafcf9..7bb3445cf1 100755 --- a/developer/bin/sync_templates_and_ci +++ b/developer/bin/sync_templates_and_ci @@ -31,7 +31,7 @@ function copy_templates_and_ci { local repo_name repo_name="${1}" - rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci,CODE_OF_CONDUCT.md} '.' + rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci,CODE_OF_CONDUCT.md,travis-buddy-failure-template.md} '.' /usr/bin/sed -i '' -E "s:homebrew-cask/(pulls|issues):${repo_name}/\1:" '.github/PULL_REQUEST_TEMPLATE.md' # PULL_REQUEST_TEMPLATE has repo-specific links # increase script.sh install cap for fonts repo