aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-06-27 11:57:23 +0200
committerBenoit Daloze <eregontp@gmail.com>2019-06-27 11:57:23 +0200
commit2c02d5714e401159f0221d3c2d461bc79db61e3a (patch)
treefe47f387b08d5b6bc5c65f2c47d27242f6212e4c /.travis.yml
parent7b716bc52a5d4d000a0cee0841109c243cfcf6db (diff)
downloadruby-2c02d5714e401159f0221d3c2d461bc79db61e3a.tar.gz
Add a comment explaining what to do if specs fail on Ruby 2.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd681ed016..75759e562b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"