diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-09-12 12:14:45 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-09-12 12:14:45 +0000 |
| commit | db4c91be27389a9a97ea2181b8640fa7e080bdec (patch) | |
| tree | 2e56ae391be05446d0660545be125a6d3c2a218c | |
| parent | 98fa0ab4d955cf275ceb15573a5d40edd2e82522 (diff) | |
.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
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
