summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2021-09-02 21:25:03 +0000
committerVictor Costan <pwnall@chromium.org>2021-09-02 21:33:50 +0000
commit5783a79309bfcd2089147bd474f796347e4a2d1e (patch)
treecbdc775ef584f0e2e79c2f5fefa453275b03f86c /README.md
parent8e62cc51246612ff8ea30c3eeffb2407807e5525 (diff)
downloadleveldb-5783a79309bfcd2089147bd474f796347e4a2d1e.tar.gz
Switch CI to GitHub Actions.
PiperOrigin-RevId: 394542401
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 81144dd..3c4d14d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
**LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.**
-[![Build Status](https://travis-ci.org/google/leveldb.svg?branch=master)](https://travis-ci.org/google/leveldb)
-[![Build status](https://ci.appveyor.com/api/projects/status/g2j5j4rfkda6eyw5/branch/master?svg=true)](https://ci.appveyor.com/project/pwnall/leveldb)
+[![ci](https://github.com/google/leveldb/actions/workflows/build.yml/badge.svg)](https://github.com/google/leveldb/actions/workflows/build.yml)
Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)