Skip to content

Commit a3eebb9

Browse files
committed
docs(README): update build ci badge to github-ci
1 parent 67cbe10 commit a3eebb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kareem
22

3-
[![Build Status](https://travis-ci.org/vkarpov15/kareem.svg?branch=master)](https://travis-ci.org/vkarpov15/kareem)
3+
[![Build Status](https://github.com/mongoosejs/kareem/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/mongoosejs/kareem/actions/workflows/test.yml)
44
[![Coverage Status](https://img.shields.io/coveralls/vkarpov15/kareem.svg)](https://coveralls.io/r/vkarpov15/kareem)
55

66
Re-imagined take on the [hooks](http://npmjs.org/package/hooks) module, meant to offer additional flexibility in allowing you to execute hooks whenever necessary, as opposed to simply wrapping a single function.
@@ -417,4 +417,3 @@ assert.equal(k3._pres.get('cook')[0].fn, test2);
417417
assert.equal(k3._pres.get('cook')[1].fn, test1);
418418
assert.equal(k3._posts.get('cook').length, 1);
419419
```
420-

0 commit comments

Comments
 (0)