Skip to content

Commit a5d269d

Browse files
committed
Add build status badge in readme
1 parent dbb24c8 commit a5d269d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# TypeScript-TmLanguage
2+
[![Build status](https://ci.appveyor.com/api/projects/status/i7fp97q9nc5uw5kf?svg=true)](https://ci.appveyor.com/project/zhengbli/typescript-tmlanguage)
23

34
This repository contains TmLanguage files that are consumed by TypeScript editors and plugins such as [Visual Studio Code](https://github.com/Microsoft/vscode), [The TypeScript Sublime Plugin](https://github.com/Microsoft/TypeScript-Sublime-Plugin), [Atom TypeScript](https://github.com/TypeStrong/atom-typescript), and possibly others.
45

@@ -14,4 +15,4 @@ Test are run from within the ```tests``` folder
1415
cd tests
1516
npm install # Installs dependencies required for testing
1617
npm test # Compiles & runs tests
17-
```
18+
```

0 commit comments

Comments
 (0)