Skip to content

Commit

Permalink
Merge 79bd356 into ed95a2b
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed May 4, 2019
2 parents ed95a2b + 79bd356 commit a073cea
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 190 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,10 +4,11 @@ os:
- osx
- windows
node_js:
- "12"
- "11"
- "10"
- "9"
- "8"
- "7"
after_script:
- npm run coverage && npm run report-coverage
- npm run coverage
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -4,7 +4,7 @@
[![downloads count](https://img.shields.io/npm/dt/simple-data-table.svg)](https://www.npmjs.com/~piecioshka)
[![travis](https://img.shields.io/travis/piecioshka/simple-data-table.svg)](https://travis-ci.org/piecioshka/simple-data-table)
[![dependencies](https://david-dm.org/piecioshka/simple-data-table.svg)](https://github.com/piecioshka/simple-data-table)
[![codecov](https://codecov.io/gh/piecioshka/simple-data-table/branch/master/graph/badge.svg)](https://codecov.io/gh/piecioshka/simple-data-table)
[![coveralls](https://coveralls.io/repos/github/piecioshka/simple-data-table/badge.svg?branch=master)](https://coveralls.io/github/piecioshka/simple-data-table?branch=master)

:hammer: Lightweight and simple data table with no dependencies

Expand Down Expand Up @@ -210,8 +210,6 @@ npm test

## Code coverage

Check code coverage with [Istanbul](https://github.com/gotwarlost/istanbul):

```bash
npm run coverage
```
Expand Down

0 comments on commit a073cea

Please sign in to comment.