From bf386e580ff48d5bcdd7bc5a49c4515c6865afdb Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 3 Jun 2013 14:46:45 +0000 Subject: 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c623d0c546..475aa159a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- cgit v1.2.3