Skip to content

Commit e91d6a0

Browse files
committed
added travis ci badges to readme
1 parent 3ccf25c commit e91d6a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Supports:
77
- `git://` and `.git` w/ `#commit` or `@version`
88
- All 5 different ways you could download a freaking tarball/zipball
99

10+
[![Build status][ci-image] ][ci-url]
11+
1012
## API
1113

1214
### [user, repo, version] = parse(url)
@@ -19,3 +21,6 @@ parse('component/emitter#1') // => ['component', 'emitter', '1']
1921
```
2022

2123
See the tests for all the different types of supported URLs.
24+
25+
[ci-image]: https://travis-ci.org/bahmutov/parse-github-repo-url.png?branch=master
26+
[ci-url]: https://travis-ci.org/bahmutov/parse-github-repo-url

0 commit comments

Comments
 (0)