mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop -fs from rubyspec to see test results easily
Recently `ruby/spec on Ruby 2.4` seems stable.
This commit is contained in:
parent
6ec43d3d04
commit
229e5053a1
1 changed files with 2 additions and 2 deletions
|
@ -310,8 +310,8 @@ env:
|
|||
before_install:
|
||||
install:
|
||||
before_script: chmod -R u+w spec/ruby
|
||||
# -j randomly hangs. Using -fs to make sure we can know problematic spec on failure.
|
||||
script: ruby -C spec/ruby ../mspec/bin/mspec -fs .
|
||||
# -j randomly hangs.
|
||||
script: ruby -C spec/ruby ../mspec/bin/mspec .
|
||||
|
||||
- &x86_64-darwin17
|
||||
name: x86_64-darwin17
|
||||
|
|
Loading…
Add table
Reference in a new issue