aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-24 03:59:17 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-24 03:59:17 +0000
commit717c5f94aaa2fd268f7c5602185111ae37bc31d6 (patch)
treee36f41467f3c7f3047be5795e5bfe8a1e53374bc /.travis.yml
parentd3298468d0844594d07b3a6581b723b648d37dbd (diff)
downloadruby-717c5f94aaa2fd268f7c5602185111ae37bc31d6.tar.gz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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