Skip to content

Commit 0254937

Browse files
updated: badge
1 parent b428666 commit 0254937

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bianco.query
22

3-
[![Build Status][travis-image]][travis-url]
3+
[![Build Status][ci-image]][ci-url]
44
[![NPM version][npm-version-image]][npm-url]
55
[![NPM downloads][npm-downloads-image]][npm-url]
66
[![MIT License][license-image]][license-url]
@@ -24,18 +24,15 @@ $(footer)
2424
$('h1', 'main').forEach(h1 => h1.classList.add('main-title'))
2525
```
2626

27-
[travis-image]: https://img.shields.io/travis/biancojs/query.svg?style=flat-square
28-
29-
[travis-url]: https://travis-ci.org/biancojs/query
27+
[ci-image]:https://img.shields.io/github/workflow/status/biancojs/query/test?style=flat-square
28+
[ci-url]:https://github.com/biancojs/query/actions
3029

3130
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square
3231

3332
[license-url]: LICENSE.txt
34-
3533
[npm-version-image]: http://img.shields.io/npm/v/bianco.query.svg?style=flat-square
3634

3735
[npm-downloads-image]: http://img.shields.io/npm/dm/bianco.query.svg?style=flat-square
38-
3936
[npm-url]: https://npmjs.org/package/bianco.query
4037

4138
## API

0 commit comments

Comments
 (0)