From db4c91be27389a9a97ea2181b8640fa7e080bdec Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 12 Sep 2018 12:14:45 +0000 Subject: .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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ffcd9235ae..a6ba91a1c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ matrix: - 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 -- cgit v1.2.1