Skip to content

Commit

Permalink
chore: speed up tests and add badge (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Jul 24, 2018
1 parent e2dfd1b commit 3f34f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/serialport-util/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ node_js:
- "6"
- "8"
- "9"

before_install:
- npm install -g npm
install:
- npm install
- ./node_modules/.bin/lerna bootstrap
Expand Down
3 changes: 2 additions & 1 deletion packages/serialport-util/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Serialport Parsers

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![Build Status](https://travis-ci.org/node-serialport/parsers.svg?branch=master)](https://travis-ci.org/node-serialport/parsers)
[![Greenkeeper badge](https://badges.greenkeeper.io/node-serialport/parsers.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/node-serialport/parsers.svg?branch=master)](https://travis-ci.org/node-serialport/parsers)
[![codecov](https://codecov.io/gh/node-serialport/parsers/branch/master/graph/badge.svg)](https://codecov.io/gh/node-serialport/parsers)

Working with streams of binary data can be hard, this monorepo is a collection of projects that make it easier. We currently have the following projects.

Expand Down

0 comments on commit 3f34f22

Please sign in to comment.