mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a comment explaining what to do if specs fail on Ruby 2.4
This commit is contained in:
parent
7b716bc52a
commit
2c02d5714e
1 changed files with 2 additions and 0 deletions
|
@ -314,6 +314,8 @@ env:
|
|||
before_script: chmod -R u+w spec/ruby
|
||||
# -j randomly hangs.
|
||||
script: ruby -C spec/ruby ../mspec/bin/mspec .
|
||||
after_failure:
|
||||
- echo "ruby/spec failed on Ruby 2.4. This is likely because of a missing ruby_version_is guard, please add it. See spec/README.md."
|
||||
|
||||
- &baseruby
|
||||
name: "BASERUBY: Ruby 1.9.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue