summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-10-17 14:32:44 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-10-17 14:32:46 -0700
commit1865ed4ab938a9979b3a310800a37c25e468c564 (patch)
treee8cd6c196f3533ad168cf03698c41c885a5c7611 /.appveyor.yml
parent1c83469fc6e6bde8781e09ce2844231feed9b170 (diff)
downloadruby-1865ed4ab938a9979b3a310800a37c25e468c564.tar.gz
Fix an outdated notification message
https://github.com/ruby/ruby/commit/0d7292ec734d49def118959d6a80588e7c0f7a39
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9d3cb3f613..a2cdb09ac7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -118,7 +118,7 @@ notifications:
{{^isPullRequest}}
{
"ci": "AppVeyor CI",
- "env": "Visual Studio 2013 / 2015",
+ "env": "Visual Studio 2013",
"url": "{{buildUrl}}",
"commit": "{{commitId}}",
"branch": "{{branch}}"