Skip to content

Commit ce7c8b7

Browse files
authoredSep 5, 2021
Use GitHub Actions CI badge (#143)
1 parent 37af29c commit ce7c8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/paritytech/trie.svg?branch=master)](https://travis-ci.com/paritytech/trie)
1+
[![Build Status](https://github.com/paritytech/trie/actions/workflows/rust.yml/badge.svg)](https://github.com/paritytech/trie/actions)
22
# Trie
33

44
A generic implementation of the Base-16 Modified Merkle Tree ("Trie") data structure,

0 commit comments

Comments
 (0)
Please sign in to comment.