diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-04 23:43:31 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-04 23:43:31 +0900 |
| commit | f39a5c1d2a2da1d4ff6ddab505cd5c8289825830 (patch) | |
| tree | 5350cb4ea3357ec1bb3c4c4995d02edbe0a0307e | |
| parent | 9f6d7d0a428cd35445753e4e3df5418ba4c241f3 (diff) | |
| parent | 642e4cc985dbd0f7b0c4b0b320b24fc7eb1bc256 (diff) | |
| download | mruby-f39a5c1d2a2da1d4ff6ddab505cd5c8289825830.tar.gz mruby-f39a5c1d2a2da1d4ff6ddab505cd5c8289825830.zip | |
Merge pull request #2008 from rkh/patch-1
Update mruby-head installed on Travis CI
| -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 |
