Skip to content

Commit

Permalink
add travis & update rollup build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctxhou committed Nov 26, 2017
1 parent 0a32fd9 commit 05db4c9
Show file tree
Hide file tree
Showing 9 changed files with 1,242 additions and 190 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "8"
cache: yarn
before_install:
yarn add codecov
script:
npm test -- --coverage
after_success:
codecov
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# react-tabtab
![version][version]
![david][david]
![download][download]
![gzip size][gzip size]

[![version](https://img.shields.io/npm/v/react-tabtab.svg)](https://www.npmjs.com/package/react-tabtab/)
[![travis](https://travis-ci.org/ctxhou/react-tabtab.svg?branch=master)](https://travis-ci.org/ctxhou/react-tabtab)
[![appveyor](https://ci.appveyor.com/api/projects/status/jn6724u4k4uer53j?svg=true)](https://ci.appveyor.com/project/ctxhou/react-tabtab)
![david](https://david-dm.org/ctxhou/react-tabtab.svg)
[![codecov](https://codecov.io/gh/ctxhou/react-tabtab/branch/master/graph/badge.svg)](https://codecov.io/gh/ctxhou/react-tabtab)
![download](https://img.shields.io/npm/dm/react-tabtab.svg)

> A mobile support, flexible, beautiful and api based Tab for ReactJS.
> Make your react tab dance ๐Ÿ’ƒ๐Ÿ’ƒ
> ๐Ÿ’ƒ Make your react tab dance ๐Ÿ’ƒ
[Demo](http://ctxhou.github.io/react-tabtab/)

[david]: https://david-dm.org/ctxhou/react-tabtab.svg
[version]: https://img.shields.io/npm/v/react-tabtab.svg?maxAge=2592000
[download]: https://img.shields.io/npm/dm/react-tabtab.svg?maxAge=2592000
[gzip size]: http://img.badgesize.io/https://unpkg.com/react-tabtab/dist/react-tabtab.min.js?compression=gzip

## Features

* **Mobile supported** โ€” Touch support. Easy usage at mobile device
Expand Down
Loading

0 comments on commit 05db4c9

Please sign in to comment.