8000 Add README status badges #188 (#207) · VirtualNetworks/parser@acebcba · GitHub
[go: up one dir, main page]

Skip to content

Commit acebcba

Browse files
AaronLlanosmarcuswestin
authored andcommitted
Add README status badges twilio#188 (twilio#207)
* Add travis yml * update travis CI config * Add the build badge to the readme * Update readme to include npm version, downloads/month
1 parent 3ddc209 commit acebcba

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- '6'

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Store.js
22
========
33

4+
[![Build Status](https://travis-ci.org/marcuswestin/store.js.svg?branch=master)](http://travis-ci.org/marcuswestin/store.js)
5+
[![npm version](https://badge.fury.io/js/store.svg)](https://badge.fury.io/js/store)
6+
[![npm](https://img.shields.io/npm/dm/store.svg?maxAge=2592000)]()
7+
48
1. [Version 2.0](#user-content-version-20)
59
- What's new?
610
2. [Basic Usage](#user-content-basic-usage)
@@ -273,6 +277,3 @@ var storage = {
273277
}
274278
store.addStorage(storage)
275279
```
276-
277-
278-

0 commit comments

Comments
 (0)
0