Update mruby-head installed on Travis CI

This way other projects can test against it.
This commit is contained in:
Konstantin Haase
2014-04-04 23:41:16 +09:00
parent 9f6d7d0a42
commit 642e4cc985
+8
View File
@@ -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