From 6c0aeac1090d20decf1f4fc10e7391c5b0420299 Mon Sep 17 00:00:00 2001 From: Fedor Isakov Date: Tue, 25 Jun 2019 11:24:09 +0200 Subject: [PATCH] Add TC build status widget for EAP builds --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f4cde48..dc4b8ccf 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ 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) | +| Travis CI | TeamCity | TeamCity EAP | +|:--|:--|:--| +| [![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) | [![](http://teamcity.jetbrains.com/app/rest/builds/buildType(id:MPS_20192_Distribution_MpsCodeRules)/statusIcon)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=MPS_20192_Distribution_MpsCodeRules) | 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.