[前][次][番号順一覧][スレッド一覧]

ruby-changes:56237

From: Takashi <ko1@a...>
Date: Thu, 27 Jun 2019 22:35:09 +0900 (JST)
Subject: [ruby-changes:56237] Takashi Kokubun: 310a42e89c (trunk): Explain rubyspec Travis job in job name

https://git.ruby-lang.org/ruby.git/commit/?id=310a42e89c

From 310a42e89c431f9650c6727f934f35c5e6f9a6cc Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Thu, 27 Jun 2019 22:32:26 +0900
Subject: 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.

diff --git a/.travis.yml b/.travis.yml
index 75759e5..db64272 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -302,7 +302,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L302
       - 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]