Skip to content

Commit

Permalink
Add travis & coveralls links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondra Machala committed May 11, 2018
1 parent 94b775a commit a43ad30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Javascript (typescript) implementation of observer pattern on less then 100 rows.
It provides just o few most common functions and minified version is smaller then 2kB.

![Travis](https://img.shields.io/travis/omachala/slim-observer.svg)
![Coveralls github](https://img.shields.io/coveralls/github/omachala/slim-observer.svg)
[![Travis](https://img.shields.io/travis/omachala/slim-observer.svg)](https://travis-ci.org/omachala/slim-observer)
[![Coveralls github](https://img.shields.io/coveralls/github/omachala/slim-observer.svg)](https://coveralls.io/github/omachala/slim-observer)
![GitHub package version](https://img.shields.io/github/package-json/v/omachala/slim-observer.svg)

## Usage
Expand Down

0 comments on commit a43ad30

Please sign in to comment.