Skip to content

Commit 5c0a893

Browse files
committed
Add travis badges
1 parent 8e86bb9 commit 5c0a893

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22

33
[Project Site](http://inengine.net/)
44

5-
<a href="https://www.nuget.org/packages/IntegrationEngine/">
6-
<img src="https://img.shields.io/nuget/dt/IntegrationEngine.svg?style=flat-square">
7-
</a>
8-
<a href="https://ci.appveyor.com/project/ethanhann/inengine-net/branch/master">
9-
<img src="https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=master&svg=true&passingText=master%20-%20OK">
10-
</a>
11-
<a href="https://ci.appveyor.com/project/ethanhann/inengine-net/branch/develop">
12-
<img src="https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=develop&svg=true&passingText=develop%20-%20OK">
13-
</a>
5+
6+
[![Package Downloads](https://img.shields.io/nuget/dt/IntegrationEngine.svg?style=flat-square)](https://www.nuget.org/packages/IntegrationEngine/)
7+
8+
| Branch | Windows | Linux |
9+
| ------- | ----------------------------------------------------- | -------------------------------------------------- |
10+
| master | [![master Windows][masterWindows]](masterAppVeyor) | [![master Linux][masterLinux]](travis) |
11+
| develop | [![develop Windows][developWindows]](developAppVeyor) | [![develop Windows][developLinux]](travis) |
12+
13+
[masterAppVeyor]: https://ci.appveyor.com/project/ethanhann/inengine-net/branch/master
14+
[developAppVeyor]: https://ci.appveyor.com/project/ethanhann/inengine-net/branch/develop
15+
[travis]: https://travis-ci.org/ethanhann/InEngine.NET
16+
[masterWindows]: https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=master&svg=true&passingText=master%20-%20OK
17+
[developWindows]: https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=develop&svg=true&passingText=develop%20-%20OK
18+
[masterLinux]: https://travis-ci.org/ethanhann/InEngine.NET.svg?branch=master?style=flat-square
19+
[developLinux]: https://travis-ci.org/ethanhann/InEngine.NET.svg?branch=develop?style=flat-square
20+
1421

0 commit comments

Comments
 (0)