Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ results

node_modules
npm-debug.log
coverage
test.zip
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
os:
- linux
- osx
language: node_js
node_js:
- "node"
- "lts/*"
- "8"
- "7"
- "6"
- "5"
- "4"

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# node-zip

[![Build Status](https://travis-ci.com/daraosn/node-zip.svg?branch=master)](https://travis-ci.com/daraosn/node-zip)
![Codecov](https://img.shields.io/codecov/c/github/daraosn/node-zip.svg)


node-zip - Zip/Unzip files ported from JSZip

Expand Down Expand Up @@ -71,8 +74,7 @@ fs.writeFileSync('test.zip', data, 'binary');
## Testing

```sh
npm install -g jasmine-node
jasmine-node test
npm test
```

## Manual
Expand All @@ -88,4 +90,4 @@ Feel free to send your pull requests and contribute to this project

## License

MIT
MIT
Loading