Skip to content

Commit b5ca7eb

Browse files
committed
add travis-ci badge in README
1 parent 7a54158 commit b5ca7eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Iterators which split strings on Grapheme Cluster or Word boundaries, according
22
to the [Unicode Standard Annex #29](http://www.unicode.org/reports/tr29/) rules.
33

4+
[![Build Status](https://travis-ci.org/unicode-rs/unicode-segmentation.svg)](https://travis-ci.org/unicode-rs/unicode-segmentation)
5+
46
```rust
57
extern crate unicode_segmentation;
68

0 commit comments

Comments
 (0)