Skip to content

Commit 159a43d

Browse files
committed
readme: update badges
Replace Travis-CI with GHA badges.
1 parent e56023d commit 159a43d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<img src="https://avatars2.githubusercontent.com/u/2344919?v=2&s=250"
33
align="right">
44
</a>
5-
<a href="https://travis-ci.org/tarantool/queue">
6-
<img src="https://travis-ci.org/tarantool/queue.png?branch=master"
7-
align="right">
8-
</a>
5+
6+
[![fast_testing][testing-actions-badge]][testing-actions-url]
7+
[![packaging][packaging-actions-badge]][packaging-actions-url]
8+
[![publish][publish-actions-badge]][publish-actions-url]
99

1010
# A collection of persistent queue implementations for Tarantool
1111

@@ -910,3 +910,13 @@ seconds. If queue does not support `ttr`, error will be thrown. Returns the task
910910
must be called only by the user who created this tube (has space ownership) OR
911911
under a `setuid` function. Read more about `setuid` functions
912912
[here](http://tarantool.org/doc/book/box/authentication.html?highlight=function#functions-and-the-func-space).
913+
914+
915+
[testing-actions-badge]: https://github.com/tarantool/queue/actions/workflows/fast_testing.yml/badge.svg
916+
[testing-actions-url]: https://github.com/tarantool/queue/actions/workflows/fast_testing.yml
917+
918+
[packaging-actions-badge]: https://github.com/tarantool/queue/actions/workflows/packaging.yml/badge.svg
919+
[packaging-actions-url]: https://github.com/tarantool/queue/actions/workflows/packaging.yml
920+
921+
[publish-actions-badge]: https://github.com/tarantool/queue/actions/workflows/publish.yml/badge.svg
922+
[publish-actions-url]: https://github.com/tarantool/queue/actions/workflows/publish.yml

0 commit comments

Comments
 (0)