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 <asari.ruby@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3d9903dc2
commit
53ca8de37f
@ -73,13 +73,6 @@ notifications:
|
|||||||
template:
|
template:
|
||||||
- "%{message} by @%{author}: See %{build_url}"
|
- "%{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:
|
email:
|
||||||
- ko1c-failure@atdot.net
|
- ko1c-failure@atdot.net
|
||||||
- shibata.hiroshi@gmail.com
|
- shibata.hiroshi@gmail.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user