mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Explain rubyspec Travis job in job name
Eregon did not want 7b9dd379bf
because people only see Travis job name and don't see .travis.yml.
I believe the new job name is simple and informative enough to explain
why it exists.
This commit is contained in:
parent
1f7cb4bee9
commit
310a42e89c
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ env:
|
|||
- LDFLAGS=-Wno-unused-command-line-argument
|
||||
|
||||
- &rubyspec
|
||||
name: ruby/spec on Ruby 2.4 # to ensure version guards are correctly added
|
||||
name: Check ruby/spec version guards on Ruby 2.4
|
||||
<<: *linux
|
||||
language: ruby
|
||||
rvm: 2.4.6
|
||||
|
|
Loading…
Reference in a new issue