Skip to content

Commit 2ec9d87

Browse files
authored
Merge pull request #429 from konsumlamm/update-badge
Update CI badge
2 parents 39c86c6 + f81c97a commit 2ec9d87

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)