зеркало из https://github.com/github/ruby.git
Add a comment explaining what to do if specs fail on Ruby 2.4
This commit is contained in:
Родитель
7b716bc52a
Коммит
2c02d5714e
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче