aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-07 20:41:59 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-07 20:41:59 +0000
commit9410e7e00ca1c43619ad202595b668358cf1c389 (patch)
treee329bc50400a629f2ef69a26177f4dc3135a89ba /.travis.yml
parent20eff9bd7c62f2f7ae4367b4d16adad5dcfb50c6 (diff)
downloadruby-9410e7e00ca1c43619ad202595b668358cf1c389.tar.gz
* .travis.yml: Rebuild Travis CI's "ruby-head" version on successful
build. Patch by Konstantin Haase. [Fixes GH-417] https://github.com/ruby/ruby/pull/417 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4df39bc061..8db00587d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,13 @@ notifications:
template:
- "%{message} by @%{author}: See %{build_url}"
+ # Update ruby-head installed on Travis CI so other projects can test against it.
+ webhooks:
+ urls:
+ - "https://rubies.travis-ci.org/rebuild/ruby-head"
+ on_success: always
+ on_failure: never
+
# Local Variables:
# mode: YAML
# coding: utf-8-unix