Merge pull request #3252 from BanzaiMan/patch-1

Remove webhook notification for Travis CI
This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-11-17 16:46:26 +09:00
committed by GitHub
-8
View File
@@ -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