mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Don't run test-all because it often happens false positive
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2b46322688
commit
bf386e580f
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ language: c
|
|||
# The value set here is visible via $CC environment variable.
|
||||
compiler:
|
||||
- gcc
|
||||
# - clang
|
||||
- clang
|
||||
|
||||
# Dependencies. Some header files are missing in a Travis' worker VM, so we
|
||||
# have to install them. The "1.9.1" here is OK. It is the most adopted
|
||||
|
@ -44,7 +44,7 @@ before_script:
|
|||
- "make -sj exts"
|
||||
script:
|
||||
- "make test OPTS=-v"
|
||||
- "make test-all TESTS='-v -n\"/^(?!test_make_socket_ipv6_multicast)/\"'"
|
||||
# - "make test-all TESTS='-v'"
|
||||
|
||||
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue