Skip to content

Commit 72553a9

Browse files
committed
Update README.md
1 parent bfe6900 commit 72553a9

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,7 +1,7 @@
11
# ArrayLayouts.jl
22
A Julia package for describing array layouts and more general fast linear algebra
33

4-
[![Travis](https://travis-ci.org/JuliaMatrices/ArrayLayouts.jl.svg?branch=master)](https://travis-ci.org/JuliaMatrices/ArrayLayouts.jl)
4+
[![Build Status](https://github.com/JuliaMatrices/ArrayLayouts.jl/workflows/CI/badge.svg)](https://github.com/JuliaMatrices/ArrayLayouts.jl/actions)
55
[![codecov](https://codecov.io/gh/JuliaMatrices/ArrayLayouts.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMatrices/ArrayLayouts.jl)
66

77
This package implements a trait-based framework for describing array layouts such as column major, row major, etc. that can be dispatched

0 commit comments

Comments
 (0)