summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-23 09:45:46 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-23 09:45:49 +0900
commit1d6a31f3d5b1e608dd6726918b64d2369e8df8b1 (patch)
treebd17e0fc5069d76f9b1ff886e4769f160d9e42a5 /appveyor.yml
parentfd20b32130f52f4a7799a8d7a367f5b39636bc6a (diff)
Make AppVeyor notification similar to Travis
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2574f9610d..3640f978e5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -131,10 +131,7 @@ notifications:
{
"attachments": [
{
- "title": "Build {{projectName}} {{buildVersion}} {{status}}",
- "title_link": "{{buildUrl}}",
- "fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
- "text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
+ "text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}",
"color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
}
],