forked from Mirror/wren
Update README.md
Add Travis build status image.
This commit is contained in:
@ -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
|
If you like the sound of this, [give it a try][try]! Even better, you can
|
||||||
[contribute to Wren itself][contribute].
|
[contribute to Wren itself][contribute].
|
||||||
|
|
||||||
|
[](https://travis-ci.org/munificent/wren)
|
||||||
|
|
||||||
[syntax]: http://munificent.github.io/wren/syntax.html
|
[syntax]: http://munificent.github.io/wren/syntax.html
|
||||||
[src]: https://github.com/munificent/wren/tree/master/src
|
[src]: https://github.com/munificent/wren/tree/master/src
|
||||||
[nan]: https://github.com/munificent/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433
|
[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
|
[fibers]: http://munificent.github.io/wren/fibers.html
|
||||||
[embedding]: http://munificent.github.io/wren/embedding-api.html
|
[embedding]: http://munificent.github.io/wren/embedding-api.html
|
||||||
[try]: http://munificent.github.io/wren/getting-started.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
|
||||||
|
|||||||
Reference in New Issue
Block a user