From 9ff8054dd3b8386c7b8b9914f980eb4f7cd5d950 Mon Sep 17 00:00:00 2001 From: Dejan Kos Date: Sun, 18 Sep 2022 18:39:55 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 522774c..4555fcf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Build Status](https://travis-ci.com/dejankos/Rocky.svg?branch=master)](https://travis-ci.com/dejankos/Rocky) - +[![Rust](https://github.com/dejankos/Rocky/actions/workflows/rust.yml/badge.svg)](https://github.com/dejankos/Rocky/actions/workflows/rust.yml) # Rocky Rocky is a key/value storage service based on facebook [RocksDb](https://github.com/facebook/rocksdb/wiki) with support for multiple databases and record expiration.