aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-06-27 22:32:26 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-06-27 22:32:28 +0900
commit310a42e89c431f9650c6727f934f35c5e6f9a6cc (patch)
tree65fca50cd5ebba2234363a8e77ed5a332f06920f /.travis.yml
parent1f7cb4bee9f711d07a5b31f439f621a2557e7505 (diff)
downloadruby-310a42e89c431f9650c6727f934f35c5e6f9a6cc.tar.gz
Explain rubyspec Travis job in job name
Eregon did not want https://github.com/ruby/ruby/commit/7b9dd379bfe4d597acfe4c26365feff61dabd488 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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 75759e562b..db64272db7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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