From 9410e7e00ca1c43619ad202595b668358cf1c389 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 7 Oct 2013 20:41:59 +0000 Subject: * .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 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3