From 970410c63cfbd349a910cacf826f5671d61da68a Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 27 Oct 2018 09:57:30 +0000 Subject: [PATCH] .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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3af648d24e..4523d1d30a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: