Skip to content

Commit

Permalink
Disable notifying travis-rubies of passing [skip ci]
Browse files Browse the repository at this point in the history
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 jruby-head
(around 22:30 UTC). This will happen regardless of the state of the
`master` branch.
  • Loading branch information
BanzaiMan committed Nov 17, 2016
1 parent 1d5f1f8 commit d165b88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -98,10 +98,6 @@ notifications:
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
skip_join: true

# update jruby-head installed on Travis CI
webhooks:
urls:
- "https://rubies.travis-ci.org/rebuild/jruby-head"
# we are on a branch
on_success: always
on_failure: never
Expand Down

0 comments on commit d165b88

Please sign in to comment.