diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-11-17 16:46:26 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-17 16:46:26 +0900 |
| commit | 784e07f902790dd13d33460d7365a2f0aee85727 (patch) | |
| tree | db76fa0883fe5989e738d91afde2722cd3cca195 | |
| parent | c8b028027fc148e377c013203710331682576b3b (diff) | |
| parent | 1ba61f055c51c7fe3aa71e308820a3fe63cb55d0 (diff) | |
| download | mruby-784e07f902790dd13d33460d7365a2f0aee85727.tar.gz mruby-784e07f902790dd13d33460d7365a2f0aee85727.zip | |
Merge pull request #3252 from BanzaiMan/patch-1
Remove webhook notification for Travis CI
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 50feac2e0..8d201515c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,3 @@ addons: 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 |
