Skip to content

Commit 9c6bb5f

Browse files
committed
README.md: update CI badge
1 parent 41e3c3e commit 9c6bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SuffixArrays
22

3-
[![Build Status](https://travis-ci.org/JuliaCollections/SuffixArrays.jl.svg?branch=master)](https://travis-ci.org/JuliaCollections/SuffixArrays.jl)
3+
[![CI](https://github.com/JuliaCollections/SuffixArrays.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaCollections/SuffixArrays.jl/actions/workflows/CI.yml)
44

55
A Julia package for computing [Suffix Arrays](http://en.wikipedia.org/wiki/Suffix_array).
66
The underlying suffix array sorting implementation is a pure Julia port of [sais](https://sites.google.com/site/yuta256/sais), by Yuta Mori.

0 commit comments

Comments
 (0)