mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: investigate silent death of mspec
It looks like mspec worker may immediately die on Linux as well. https://travis-ci.org/ruby/ruby/jobs/447018758 Dropping -j and add -fs to know which test dies. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4365e64005
commit
970410c63c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ script:
|
|||
- "$SETARCH make -s test TESTOPTS=--color=never"
|
||||
- "export TEST_ALL_TESTOPTS=\"${TEST_ALL_TESTOPTS:- -q --color=never --job-status=normal}\""
|
||||
- "$SETARCH make -s $JOBS test-all -o exts TESTOPTS=\"$TEST_ALL_TESTOPTS\""
|
||||
- "$SETARCH make -s $JOBS test-spec MSPECOPT=-j"
|
||||
- "$SETARCH make -s $JOBS test-spec MSPECOPT=-fs" # not using `-j` because sometimes `mspec -j` silently dies
|
||||
|
||||
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||
branches:
|
||||
|
|
Loading…
Add table
Reference in a new issue