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:
naruse 2013-06-03 14:46:45 +00:00
Родитель 2b46322688
Коммит bf386e580f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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: