aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-03 14:46:45 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-03 14:46:45 +0000
commitbf386e580ff48d5bcdd7bc5a49c4515c6865afdb (patch)
treed777384bc94324c1dce7bfc02b9ca13c875787d5 /.travis.yml
parent2b46322688588563430278acdf5ee646f6e8b922 (diff)
downloadruby-bf386e580ff48d5bcdd7bc5a49c4515c6865afdb.tar.gz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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: