From 717c5f94aaa2fd268f7c5602185111ae37bc31d6 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 24 May 2013 03:59:17 +0000 Subject: Disable clang on travis because it causes many false negative https://travis-ci.org/ruby/ruby/builds/7448421 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4b55e59ad6..c623d0c546 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 -- cgit v1.2.3