diff options
| author | Konstantin Haase <[email protected]> | 2014-04-04 23:41:16 +0900 |
|---|---|---|
| committer | Konstantin Haase <[email protected]> | 2014-04-04 23:41:16 +0900 |
| commit | 642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256 (patch) | |
| tree | 5350cb4ea3357ec1bb3c4c4995d02edbe0a0307e | |
| parent | 9f6d7d0a428cd35445753e4e3df5418ba4c241f3 (diff) | |
| download | mruby-642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256.tar.gz mruby-642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256.zip | |
Update mruby-head installed on Travis CI
This way other projects can test against it.
| -rw-r--r-- | .travis.yml | 8 |
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 |
