Skip to content

Commit f81c97a

Browse files
committed
Update CI badge
1 parent 14f5528 commit f81c97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The `vector` package [![Build Status](https://travis-ci.org/haskell/vector.png?branch=master)](https://travis-ci.org/haskell/vector)
1+
The `vector` package [![Build Status](https://github.com/haskell/vector/workflows/CI/badge.svg)](https://github.com/haskell/vector/actions?query=branch%3Amaster)
22
====================
33

44
An efficient implementation of `Int`-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.

0 commit comments

Comments
 (0)