ruby-changes:52294
From: eregon <ko1@a...>
Date: Wed, 22 Aug 2018 07:17:43 +0900 (JST)
Subject: [ruby-changes:52294] eregon:r64502 (trunk): Run specs against 2.3.7 to ensure version guards are correctly added
eregon 2018-08-22 07:17:37 +0900 (Wed, 22 Aug 2018) New Revision: 64502 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64502 Log: Run specs against 2.3.7 to ensure version guards are correctly added * See [Feature #15004]. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 64501) +++ .travis.yml (revision 64502) @@ -63,6 +63,11 @@ script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L63 - "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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/