[前][次][番号順一覧][スレッド一覧]

ruby-changes:28856

From: naruse <ko1@a...>
Date: Fri, 24 May 2013 12:59:27 +0900 (JST)
Subject: [ruby-changes:28856] naruse:r40908 (trunk): Disable clang on travis because it causes many false negative

naruse	2013-05-24 12:59:17 +0900 (Fri, 24 May 2013)

  New Revision: 40908

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40908

  Log:
    Disable clang on travis because it causes many false negative
    
    https://travis-ci.org/ruby/ruby/builds/7448421

  Modified files:
    trunk/.travis.yml

Index: .travis.yml
===================================================================
--- .travis.yml	(revision 40907)
+++ .travis.yml	(revision 40908)
@@ -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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]