1
0
Fork 0
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:
Takashi Kokubun 2019-05-08 14:59:18 +09:00
parent 6ec43d3d04
commit 229e5053a1
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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