Skip to content

Commit c7f7424

Browse files
committed
replace travis badge with gha
1 parent 6adca10 commit c7f7424

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
@@ -2,7 +2,7 @@
22

33
| Build | Test |
44
|-------|------|
5-
| [![Build Status](https://travis-ci.org/joshday/SweepOperator.jl.svg?branch=master)](https://travis-ci.org/joshday/SweepOperator.jl) | [![codecov.io](http://codecov.io/github/joshday/SweepOperator.jl/coverage.svg?branch=master)](http://codecov.io/github/joshday/SweepOperator.jl?branch=master) |
5+
| [![CI](https://github.com/joshday/SweepOperator.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/joshday/SweepOperator.jl/actions/workflows/CI.yml) | [![codecov.io](http://codecov.io/github/joshday/SweepOperator.jl/coverage.svg?branch=master)](http://codecov.io/github/joshday/SweepOperator.jl?branch=master) |
66

77

88
The symmetric sweep operator is a powerful tool in computational statistics with uses in stepwise regression, conditional multivariate normal distributions, MANOVA, and more. This package exports a single function:

0 commit comments

Comments
 (0)