summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantin Haase <[email protected]>2014-04-04 23:41:16 +0900
committerKonstantin Haase <[email protected]>2014-04-04 23:41:16 +0900
commit642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256 (patch)
tree5350cb4ea3357ec1bb3c4c4995d02edbe0a0307e /.travis.yml
parent9f6d7d0a428cd35445753e4e3df5418ba4c241f3 (diff)
downloadmruby-642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256.tar.gz
mruby-642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256.zip
Update mruby-head installed on Travis CI
This way other projects can test against it.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
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