From 0798f16e0ebf2fc16bcaa5440447516b3087b6a9 Mon Sep 17 00:00:00 2001 From: Fedor Isakov Date: Sun, 3 Feb 2019 23:54:41 +0100 Subject: [PATCH] Add TeamCity build status badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e795061e..3f4cde48 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,10 @@ An experimental feature of [JetBrains MPS](https://jetbrains.com/mps). Code rule **NEW!** The documentation [website](http://jetbrains.github.io/mps-coderules/) is available. ## Status +| Travis CI | TeamCity | +|:--|:--| +| [![Build Status](https://travis-ci.org/JetBrains/mps-coderules.svg?branch=master)](https://travis-ci.org/JetBrains/mps-coderules) | [![](http://teamcity.jetbrains.com/app/rest/builds/buildType(id:MPS_20191_Distribution_MpsCodeRules)/statusIcon)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=MPS_20191_Distribution_MpsCodeRules) | -[![Build Status](https://travis-ci.org/JetBrains/mps-coderules.svg?branch=master)](https://travis-ci.org/JetBrains/mps-coderules) The status of this project is **pre-release**. Don’t rely on any of the language features or the API to be stable. The purpose of this project is to show the new technology and collect early feedback.