aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-27 11:56:54 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-27 11:56:54 +0000
commit269cf72667417d8ad23249132aed984048269e26 (patch)
tree1d822a61cb8fe39caa52dddd2ef3a329ad414614 /.travis.yml
parent3d1a8feeed895208734c923f66acebd707712aec (diff)
downloadruby-269cf72667417d8ad23249132aed984048269e26.tar.gz
Update configuration for slack notification.
* Encrypted slack token. * Only notify when build fails and it recovered. * Only notify trunk build without pull requests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c2a461a1d..1ac4651ebd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,7 +86,11 @@ notifications:
template:
- "%{message} by @%{author}: See %{build_url}"
- slack: ruby:69mfLJaJVptlspU8HTQv1DhM
+ slack:
+ secure: lbYVj0Th1AOxovf44zjMr7v6JgWVcsw4tmK3LhzbdpR6GnPHRkrFxDBykk+tE1346qJJ0YLlyFn3ib3Z4QyttIO00Sg6mqk8NGPjG7DrwUJ6o43Yd1ePZr80W+8Wz20/LVEOAhidJI3LANU2+bWa/VdcHtFT1/Cr+CMrdITD+tI=
+ on_pull_requests: false
+ on_success: change
+ on_failure: always
# Local Variables:
# mode: YAML