summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-03-01 17:35:11 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-03-01 17:44:30 +0100
commitad1bf4f70264216ec80f9bf01a2c03006161d39b (patch)
tree5d1636f5388096aefc2bcdb41ba467d3980d8e45
parent52231c4d12dbfc6bf60560e81798358feb7b8f76 (diff)
downloaddoxdocgen-ad1bf4f70264216ec80f9bf01a2c03006161d39b.tar.gz
Fix build files (?) and add badge to readme
-rw-r--r--.travis.yml2
-rw-r--r--README.md1
-rw-r--r--appveyor.yml8
3 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0059ad1..e8d27fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,6 +67,6 @@ notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/87b3ab4176e6f9506c13
- on_success: change
+ on_success: always
on_failure: always
on_start: never \ No newline at end of file
diff --git a/README.md b/README.md
index 3f99f80..96eec58 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by
[![Build Status](https://travis-ci.org/christophschlosser/doxdocgen.svg?branch=master)](https://travis-ci.org/christophschlosser/doxdocgen)
[![Build status](https://ci.appveyor.com/api/projects/status/4h84071p9tv0y9r6?svg=true)](https://ci.appveyor.com/project/christophschlosser/doxdocgen)
[![codecov](https://codecov.io/gh/christophschlosser/doxdocgen/branch/master/graph/badge.svg)](https://codecov.io/gh/christophschlosser/doxdocgen)
+[![Gitter chat](https://badges.gitter.im/doxdocgen.png)](https://gitter.im/doxdocgen)
## Table of Contents
diff --git a/appveyor.yml b/appveyor.yml
index 903dc0f..bacc0ce 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,4 +23,10 @@ test_script:
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/bb4990244c63e96e6cb9
- method: GET \ No newline at end of file
+ headers:
+ APPVEYOR-PROJECT-NAME: '{{projectName}}'
+ APPVEYOR-BUILD-VERSION: '{{buildVersion}}'
+ APPVEYOR-COMMIT-ID: '{{commitId}}'
+ on_build_success: true
+ on_build_failure: true
+ on_build_status_changed: true \ No newline at end of file