1
0
forked from Mirror/wren

Update README.md

Add Travis build status image.
This commit is contained in:
Bob Nystrom
2015-01-06 07:21:22 -08:00
parent 6adf8c40e1
commit af6be5d346

View File

@ -43,6 +43,8 @@ while (!adjectives.isDone) IO.print(adjectives.call)
If you like the sound of this, [give it a try][try]! Even better, you can
[contribute to Wren itself][contribute].
[![Build Status](https://travis-ci.org/munificent/wren.svg)](https://travis-ci.org/munificent/wren)
[syntax]: http://munificent.github.io/wren/syntax.html
[src]: https://github.com/munificent/wren/tree/master/src
[nan]: https://github.com/munificent/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433
@ -51,4 +53,4 @@ If you like the sound of this, [give it a try][try]! Even better, you can
[fibers]: http://munificent.github.io/wren/fibers.html
[embedding]: http://munificent.github.io/wren/embedding-api.html
[try]: http://munificent.github.io/wren/getting-started.html
[contribute]: http://munificent.github.io/wren/contributing.html
[contribute]: http://munificent.github.io/wren/contributing.html