Skip to content

Commit 0abadfd

Browse files
authored
Merge pull request #11 from codevor/develop
Added travis badge
2 parents fb561ee + ce72824 commit 0abadfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JS HTTP Status
22

3-
[![License][license-badge]][license-url] [![Coverage Status][coverage-badge]][coverage-url]
3+
[![License][license-badge]][license-url] [![Travis CI][travis-badge]][travis-url] [![Coverage Status][coverage-badge]][coverage-url]
44

55
> A simple way to catch HTTP statuses with JavaScript.
66
@@ -36,3 +36,5 @@ Report bugs or do suggestions using the [issues](https://github.com/codevor/js-h
3636
[license-url]: https://opensource.org/licenses/MIT
3737
[coverage-badge]: https://coveralls.io/repos/github/codevor/js-http-status/badge.svg?branch=master
3838
[coverage-url]: https://coveralls.io/github/codevor/js-http-status?branch=master
39+
[travis-badge]: https://travis-ci.org/codevor/js-http-status.svg?branch=master
40+
[travis-url]: https://travis-ci.org/codevor/js-http-status

0 commit comments

Comments
 (0)