Skip to content

Commit e60d2c4

Browse files
committed
Added master branch build status to readme.
1 parent d587441 commit e60d2c4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
![Rubberduck](http://i.stack.imgur.com/taIMg.png)
22

3+
| Branch | Build Status |
4+
|------------|--------------|
5+
| **master** | [![master branch build status][masterBuildStatus]][masterBuild] |
6+
| **next** | [![next branch build status][nextBuildStatus]][nextBuild] |
7+
8+
[nextBuild]:https://ci.appveyor.com/project/ckuhn203/rubberduck-3v9qv/branch/next
9+
[nextBuildStatus]:https://ci.appveyor.com/api/projects/status/bfwl1pwu9eeqd11o/branch/next?svg=true
10+
[masterBuild]:https://ci.appveyor.com/project/ckuhn203/rubberduck-3v9qv/branch/master
11+
[masterBuildStatus]:https://ci.appveyor.com/api/projects/status/bfwl1pwu9eeqd11o/branch/master?svg=true
12+
313
Rubberduck is a COM Add-In for the VBA IDE that makes VBA development even more enjoyable, by extending the Visual Basic Editor (VBE) with menus, toolbars and toolwindows that enable things we didn't even think were possible when we first started this project.
414

515
If you're learning VBA, Rubberduck can help you avoid a few common beginner mistakes, and can probably show you a trick or two - even if you're only ever writing *macros*. If you're a more advanced programmer, you will appreciate the richness of [Rubberduck's feature set](https://github.com/retailcoder/Rubberduck/wiki/Features).
@@ -8,8 +18,6 @@ If you're learning VBA, Rubberduck can help you avoid a few common beginner mist
818

919
[**Rubberduck Wiki**](https://github.com/retailcoder/Rubberduck/wiki)
1020

11-
[![Build status](https://ci.appveyor.com/api/projects/status/bfwl1pwu9eeqd11o/branch/next?svg=true)](https://ci.appveyor.com/project/ckuhn203/rubberduck-3v9qv/branch/next)
12-
1321
---
1422

1523
#Contributing

0 commit comments

Comments
 (0)