From bac674c03de54121f2525cff7a6820ef8c9c997c Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Sat, 10 Mar 2018 16:51:10 -0500 Subject: [PATCH] chore: speed up tests and add badge (#8) --- packages/serialport-util/.travis.yml | 3 --- packages/serialport-util/README.md | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/serialport-util/.travis.yml b/packages/serialport-util/.travis.yml index 58393a9036..ed4791f523 100644 --- a/packages/serialport-util/.travis.yml +++ b/packages/serialport-util/.travis.yml @@ -7,9 +7,6 @@ node_js: - "6" - "8" - "9" - -before_install: -- npm install -g npm install: - npm install - ./node_modules/.bin/lerna bootstrap diff --git a/packages/serialport-util/README.md b/packages/serialport-util/README.md index 6743d392aa..1f89c84190 100644 --- a/packages/serialport-util/README.md +++ b/packages/serialport-util/README.md @@ -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.