Skip to content

Commit

Permalink
Add Travis CI (mafintosh#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored and mafintosh committed May 24, 2018
1 parent 3c3f2c2 commit 9f811e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- '10'
- '8'
- '6'
- '4'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A node module that calls a callback when a readable/writable/duplex stream has c

npm install end-of-stream

[![Build status](https://travis-ci.org/mafintosh/end-of-stream.svg?branch=master)](https://travis-ci.org/mafintosh/end-of-stream)

## Usage

Simply pass a stream and a callback to the `eos`.
Expand Down

0 comments on commit 9f811e0

Please sign in to comment.