From 642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 4 Apr 2014 23:41:16 +0900 Subject: Update mruby-head installed on Travis CI This way other projects can test against it. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index b00a5db7d..f7be58c8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,11 @@ install: env: MRUBY_CONFIG=travis_config.rb script: "./minirake all test" + +notifications: + # Update mruby-head installed on Travis CI so other projects can test against it. + webhooks: + urls: + - "https://rubies.travis-ci.org/rebuild/mruby-head" + on_success: always + on_failure: never -- cgit v1.2.3