summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorHiro Asari <[email protected]>2016-11-16 19:41:40 -0500
committerGitHub <[email protected]>2016-11-16 19:41:40 -0500
commit1ba61f055c51c7fe3aa71e308820a3fe63cb55d0 (patch)
tree8b02203a2ffde4851c5b14c82c8cdc9ddff5b9cc /.travis.yml
parent5208ee534f81085127ef2f480992e8d104b908ea (diff)
downloadmruby-1ba61f055c51c7fe3aa71e308820a3fe63cb55d0.tar.gz
mruby-1ba61f055c51c7fe3aa71e308820a3fe63cb55d0.zip
Remove webhook notification for Travis CI
As travis-rubies now uses 3 Mac jobs to create archives for various OS releases. This is a bit wasteful if multiple builds pass in a short period. Instead, Travis CI is now running a nightly build of mruby-head (around 22:30 UTC). This will happen regardless of the state of the master branch.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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