From 1ba61f055c51c7fe3aa71e308820a3fe63cb55d0 Mon Sep 17 00:00:00 2001 From: Hiro Asari Date: Wed, 16 Nov 2016 19:41:40 -0500 Subject: 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. --- .travis.yml | 8 -------- 1 file changed, 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 -- cgit v1.2.3