Skip to content

Commit 6a0328b

Browse files
committed
chore(README): add travis-ci build badge
1 parent 1cd5cee commit 6a0328b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UI-Router-React [![npm package][npm-badge]][npm]
1+
# UI-Router-React [![travis build][travis-badge]][travis] [![npm package][npm-badge]][npm]
22

33
<img src="/logo/logo.png" height="150"/>
44

@@ -55,4 +55,7 @@ ReactDOM.render(
5555
```
5656

5757
[npm-badge]: https://img.shields.io/npm/v/ui-router-react.svg?style=flat-square
58-
[npm]: https://www.npmjs.org/package/ui-router-react
58+
[npm]: https://www.npmjs.org/package/ui-router-react
59+
60+
[travis-badge]: https://img.shields.io/travis/ui-router/react/master.svg?style=flat-square
61+
[travis]: https://travis-ci.org/ui-router/react

0 commit comments

Comments
 (0)