Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit 97d87f7

Browse files
committed
添加徽章
1 parent 992250e commit 97d87f7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
3+
node_js:
4+
- "4"
5+
6+
before_install:
7+
- npm install -g npm
8+
9+
before_script:
10+
- npm install karma-cli -g
11+
12+
script: karma start --single-run --browsers PhantomJS --reporters progress,coverage,coveralls
13+
14+
notifications:
15+
email: false

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# chrome call
22

3+
[![Build Status](https://img.shields.io/travis/lmk123/chrome-call/master.svg?style=flat-square)](https://travis-ci.org/lmk123/chrome-call)
4+
[![Coverage Status](https://img.shields.io/coveralls/lmk123/chrome-call/master.svg?style=flat-square)](https://coveralls.io/github/lmk123/chrome-call?branch=master)
5+
[![dependencies Status](https://img.shields.io/david/lmk123/chrome-call.svg?style=flat-square)](https://david-dm.org/lmk123/chrome-call)
6+
[![devDependencies Status](https://img.shields.io/david/dev/lmk123/chrome-call.svg?style=flat-square)](https://david-dm.org/lmk123/chrome-call#info=devDependencies)
7+
[![NPM Version](https://img.shields.io/npm/v/chrome-call.svg?style=flat-square)](https://www.npmjs.com/package/chrome-call)
8+
39
A really simple way to call the original chrome javascript API and return a Promise.
410

511
## Usage

0 commit comments

Comments
 (0)