ruby-changes:52489
From: nobu <ko1@a...>
Date: Wed, 12 Sep 2018 21:14:51 +0900 (JST)
Subject: [ruby-changes:52489] nobu:r64698 (trunk): .travis.yml: run ruby/spec version guards check in parallel
nobu 2018-09-12 21:14:45 +0900 (Wed, 12 Sep 2018) New Revision: 64698 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64698 Log: .travis.yml: run ruby/spec version guards check in parallel Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 64697) +++ .travis.yml (revision 64698) @@ -36,7 +36,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L36 - os: linux language: ruby rvm: 2.3 - stage: Running ruby/spec on 2.3 to ensure version guards are correctly added + name: Running ruby/spec on 2.3 to ensure version guards are correctly added before_install: install: before_script: chmod -R u+w spec/ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/