summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a31223f76e..6d4742dd59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,11 @@ script:
- "make -s test TESTOPTS=--color=never"
- "make -s $JOBS test-all -o exts TESTOPTS='-q --color=never --job-status=normal' RUBY_FORCE_TEST_JIT=1"
- "make -s $JOBS test-spec MSPECOPT=-j"
+ - echo "Running ruby/spec on 2.3.7 to ensure version guards are correctly added"
+ - rvm install 2.3.7
+ - cd ../spec/ruby
+ - chmod -R u+w .
+ - ../mspec/bin/mspec -j .
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
branches: