.travis.yml: run ruby/spec version guards check in parallel

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-09-12 12:14:45 +00:00
parent 98fa0ab4d9
commit db4c91be27

View File

@ -36,7 +36,7 @@ matrix:
- os: linux - os: linux
language: ruby language: ruby
rvm: 2.3 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: before_install:
install: install:
before_script: chmod -R u+w spec/ruby before_script: chmod -R u+w spec/ruby