summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-27 03:43:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-27 03:43:02 +0000
commit8e81b3c766b5bf9e5e177696d11ebd42ebf3810c (patch)
tree150fd3ec7745fce2f3d96dfc59acb457599fce26 /.travis.yml
parent944c8f400c7082763c2f6ab5e5d0252fe8b36902 (diff)
mspec/commands/mspec.rb: formatter for multi_exec
* spec/mspec/lib/mspec/commands/mspec.rb (MSpecMain#multi_exec): as multi_exec children must run with yaml formatter, append the option for it after other options to override another formatter option with a warning if it is given. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58918 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 49d85abb76..e68b5d4142 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,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-rubyspec MSPECOPT=-fm"
+ - "make -s $JOBS test-rubyspec MSPECOPT=-j"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
branches: