Skip to content

Commit 2485fd4

Browse files
committed
update README [ci skip]
1 parent 2eaf240 commit 2485fd4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type stable methods for treating small homogeneous tuples as collections.
44

55
| **Documentation** | **Build Status** |
66
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
7-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] [![][coveralls-img]][coveralls-url] |
7+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![CI][ci-img]][ci-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |
88

99

1010
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
@@ -13,14 +13,8 @@ Type stable methods for treating small homogeneous tuples as collections.
1313
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
1414
[docs-stable-url]: https://jutho.github.io/TupleTools.jl/stable
1515

16-
[travis-img]: https://travis-ci.org/Jutho/TupleTools.jl.svg?branch=master
17-
[travis-url]: https://travis-ci.org/Jutho/TupleTools.jl
18-
19-
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/Jutho/TensorOperations.jl?svg=true&branch=master
20-
[appveyor-url]: https://ci.appveyor.com/project/jutho/tupletools-jl/branch/master
16+
[ci-img]: https://github.com/Jutho/TupleTools.jl/actions/workflows/ci.yml/badge.svg
17+
[ci-url]: https://github.com/Jutho/TupleTools.jl/actions/workflows/ci.yml
2118

2219
[codecov-img]: https://codecov.io/gh/Jutho/TupleTools.jl/branch/master/graph/badge.svg
2320
[codecov-url]: https://codecov.io/gh/Jutho/TupleTools.jl
24-
25-
[coveralls-img]: https://coveralls.io/repos/github/Jutho/TupleTools.jl/badge.svg?branch=master
26-
[coveralls-url]: https://coveralls.io/github/Jutho/TupleTools.jl

0 commit comments

Comments
 (0)