Skip to content

Commit 9d28e14

Browse files
committed
fix: fix ci configs, update readme
1 parent 84970b0 commit 9d28e14

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ node_js:
1212
- "8"
1313
before_install:
1414
- yarn global add greenkeeper-lockfile@1
15-
- yarn add mongoose
16-
before_script: greenkeeper-lockfile-update
15+
before_script:
16+
- greenkeeper-lockfile-update
17+
- yarn add --peer mongoose
1718
after_script: greenkeeper-lockfile-upload
1819
script:
1920
- yarn run test

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# mongoose-history-diff :rocket: :fire:
22

3+
[![travis build](https://img.shields.io/travis/FrankAst/mongoose-history-diff.svg)](https://travis-ci.org/FrankAst/mongoose-history-diff)
4+
[![codecov coverage](https://img.shields.io/codecov/c/github/FrankAst/mongoose-history-diff.svg)](https://codecov.io/github/FrankAst/mongoose-history-diff)
5+
[![](https://img.shields.io/npm/v/mongoose-history-diff.svg)](https://www.npmjs.com/package/@frankast/mongoose-history-diff)
6+
[![npm](https://img.shields.io/npm/dt/mongoose-history-diff.svg)](http://www.npmtrends.com/mongoose-history-diff)
7+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
8+
[![Greenkeeper badge](https://badges.greenkeeper.io/FrankAst/mongoose-history-diff.svg)](https://greenkeeper.io/)
9+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
10+
311

412
This is a [mongoose](https://mongoosejs.com/) plugin for tracking history and differences of your docs.
513

0 commit comments

Comments
 (0)