Skip to content

Commit 5533701

Browse files
authored
Merge pull request #4 from spdy-http2/feat/level-up
feat: a clean up (move to standard, pre-commit hooks, more travis testing and coverage)
2 parents 8ace40a + 460d433 commit 5533701

File tree

6 files changed

+334
-293
lines changed

6 files changed

+334
-293
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
npm-debug.log
3+
coverage

Diff for: .travis.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
sudo: false
2+
13
language: node_js
4+
25
node_js:
36
- "0.10"
47
- "0.12"
5-
- "iojs"
8+
- "4"
9+
- "6"
10+
- "stable"
11+
12+
script:
13+
- npm run lint
14+
- npm test
15+
- npm run coverage

Diff for: README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# HTTP Deceiver
22

3-
[![Build Status](https://secure.travis-ci.org/indutny/http-deceiver.png)](http://travis-ci.org/indutny/http-deceiver)
3+
[![Build Status](https://travis-ci.org/spdy-http2/http-deceiver.svg?branch=master)](http://travis-ci.org/spdy-http2/http-deceiver)
44
[![NPM version](https://badge.fury.io/js/http-deceiver.svg)](http://badge.fury.io/js/http-deceiver)
5+
[![dependencies Status](https://david-dm.org/spdy-http2/http-deceiver/status.svg?style=flat-square)](https://david-dm.org/spdy-http2/http-deceiver)
6+
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
7+
[![Waffle](https://img.shields.io/badge/track-waffle-blue.svg?style=flat-square)](https://waffle.io/spdy-http2/node-spdy)
58

6-
Deceive!
9+
> Deceive!
10+
11+
## Usage
12+
13+
### Examples
14+
15+
`soon™`
16+
17+
### API
18+
19+
`soon™`
720

821
## LICENSE
922

0 commit comments

Comments
 (0)