Skip to content

Commit 9a729c2

Browse files
committed
Update README.md
1 parent bc1a2c1 commit 9a729c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# Wren++
33

4+
[![Build Status](https://travis-ci.org/Nelarius/wrenpp.svg?branch=master)](https://travis-ci.org/Nelarius/wrenpp)
5+
46
A C++ wrapper for the [Wren programming language](http://munificent.github.io/wren/), in the spirit of LuaBridge and Luabind. Both Wren and this library are still under development, so breaking changes will occasionally be introduced.
57

68
Wren++ currently provides:
@@ -13,8 +15,6 @@ Known issues:
1315
- Not type-safe. It's undefined what happens when you try to bind code that returns a type which hasn't itself been bound (most likely a crash is going to happen)
1416
- Wren access from C++ is rather minimal
1517

16-
[![Build Status](https://travis-ci.org/Nelarius/wrenpp.svg?branch=master)](https://travis-ci.org/Nelarius/wrenpp)
17-
1818
## Table of contents
1919
* [Build](#build)
2020
* [At a glance](#at-a-glance)

0 commit comments

Comments
 (0)