diff --git a/.travis.yml b/.travis.yml index 4df39bc061fd85..8db00587d67f3a 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 diff --git a/ChangeLog b/ChangeLog index 49dec02c94bebf..bbd0b902e42ced 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 8 05:40:37 2013 Eric Hodel + + * .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 + Tue Oct 8 04:28:25 2013 Akinori MUSHA * misc/ruby-mode.el: Use preceding-char/following-char