From 53ca8de37f96de5928ed7aff27019930da51994d Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 17 Nov 2016 13:05:46 +0000 Subject: Remove webhook notification to Travis CI [skip 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 ruby-head (around 22:30 UTC). This will happen regardless of the state of the master branch. Author: Hiro Asari git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2d94b9be03..e061f959a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,13 +73,6 @@ notifications: template: - "%{message} by @%{author}: See %{build_url}" - # Update ruby-head installed on Travis CI so other projects can test against it. - webhooks: - urls: - - "https://rubies.travis-ci.org/rebuild/ruby-head" - on_success: always - on_failure: never - email: - ko1c-failure@atdot.net - shibata.hiroshi@gmail.com -- cgit v1.2.3