mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: mspec -j is unstable
https://travis-ci.org/ruby/ruby/jobs/444232677 Instead of that, add -fs to know problematic test case when failed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd8275d083
commit
7fe170442b
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ matrix:
|
|||
before_install:
|
||||
install:
|
||||
before_script: chmod -R u+w spec/ruby
|
||||
script: ruby -C spec/ruby ../mspec/bin/mspec -j .
|
||||
# -j randomly hangs. Using -fs to make sure we can know problematic spec on failure.
|
||||
script: ruby -C spec/ruby ../mspec/bin/mspec -fs .
|
||||
allow_failures:
|
||||
- name: pedanticism
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue