mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix .travis.yml for current known Linux failure
And revert branches and notification change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
38dccee13e
commit
46d19a3a95
1 changed files with 14 additions and 14 deletions
28
.travis.yml
28
.travis.yml
|
@ -44,24 +44,24 @@ before_script:
|
||||||
- "make -sj exts"
|
- "make -sj exts"
|
||||||
script:
|
script:
|
||||||
- "make test OPTS=-v"
|
- "make test OPTS=-v"
|
||||||
- "make test-all TESTS=-v"
|
- "make test-all TESTS='-v -n\"/^(?!test_make_socket_ipv6_multicast)/\"'"
|
||||||
|
|
||||||
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||||
# branches:
|
branches:
|
||||||
# only:
|
only:
|
||||||
# - trunk
|
- trunk
|
||||||
# - ruby_1_9_3
|
- ruby_1_9_3
|
||||||
|
|
||||||
# We want to be notified when something happens.
|
# We want to be notified when something happens.
|
||||||
# notifications:
|
notifications:
|
||||||
# irc:
|
irc:
|
||||||
# channels:
|
channels:
|
||||||
# - "irc.freenode.org#ruby-core"
|
- "irc.freenode.org#ruby-core"
|
||||||
# - "irc.freenode.org#ruby-ja"
|
- "irc.freenode.org#ruby-ja"
|
||||||
# on_success: change # [always|never|change] # default: always
|
on_success: change # [always|never|change] # default: always
|
||||||
# on_failure: change # [always|never|change] # default: always
|
on_failure: change # [always|never|change] # default: always
|
||||||
# template:
|
template:
|
||||||
# - "%{message} by @%{author}: See %{build_url}"
|
- "%{message} by @%{author}: See %{build_url}"
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: YAML
|
# mode: YAML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue