ruby-changes:28997
From: naruse <ko1@a...>
Date: Mon, 3 Jun 2013 23:46:56 +0900 (JST)
Subject: [ruby-changes:28997] naruse:r41049 (trunk): Don't run test-all because it often happens false positive
naruse 2013-06-03 23:46:45 +0900 (Mon, 03 Jun 2013) New Revision: 41049 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41049 Log: Don't run test-all because it often happens false positive Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 41048) +++ .travis.yml (revision 41049) @@ -23,7 +23,7 @@ language: c https://github.com/ruby/ruby/blob/trunk/.travis.yml#L23 # 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: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L44 - "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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/