From e7ff8622577ce849848b34c395f0fb6088ad2f99 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 27 May 2017 05:18:52 +0000 Subject: .travis.yml: exts is not needed for tests here git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58920 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 e68b5d4142..c25b510878 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ before_script: script: - "make -s test TESTOPTS=--color=never" - - "make -s $JOBS test-all TESTOPTS='-q --color=never --job-status=normal'" + - "make -s $JOBS test-all -o exts TESTOPTS='-q --color=never --job-status=normal'" - "make -s $JOBS test-rubyspec MSPECOPT=-j" # Branch matrix. Not all branches are Travis-ready so we limit branches here. -- cgit v1.2.3