summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-27 05:18:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-27 05:18:52 +0000
commite7ff8622577ce849848b34c395f0fb6088ad2f99 (patch)
tree86df48e821fca8f138132e82f0418e72be196796 /.travis.yml
parentf9afb444fe6e27e0c50add3c6acbf2cbd77436aa (diff)
.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
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 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.