From 310a42e89c431f9650c6727f934f35c5e6f9a6cc Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 27 Jun 2019 22:32:26 +0900 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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