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

ruby-changes:74066

From: Takashi <ko1@a...>
Date: Tue, 18 Oct 2022 06:33:45 +0900 (JST)
Subject: [ruby-changes:74066] 1865ed4ab9 (master): Fix an outdated notification message

https://git.ruby-lang.org/ruby.git/commit/?id=1865ed4ab9

From 1865ed4ab938a9979b3a310800a37c25e468c564 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 17 Oct 2022 14:32:44 -0700
Subject: Fix an outdated notification message

https://github.com/ruby/ruby/commit/0d7292ec734d49def118959d6a80588e7c0f7a39
---
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 9d3cb3f613..a2cdb09ac7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -118,7 +118,7 @@ notifications: https://github.com/ruby/ruby/blob/trunk/.appveyor.yml#L118
       {{^isPullRequest}}
         {
           "ci": "AppVeyor CI",
-          "env": "Visual Studio 2013 / 2015",
+          "env": "Visual Studio 2013",
           "url": "{{buildUrl}}",
           "commit": "{{commitId}}",
           "branch": "{{branch}}"
-- 
cgit v1.2.3


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

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