Skip to content

Commit da2a941

Browse files
authored
Update README.md badges (#356)
- CI is now on GitHub, not Travis - coveralls status was last updated in 2020 - docs: latest is now called dev (and "latest" is confusing as one could think it refers to "latest release") [skip ci]
1 parent 7d1531e commit da2a941

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
## BinaryBuilderBase.jl
22

3-
[![Build Status](https://travis-ci.com/JuliaPackaging/Binarybuilderbase.jl.svg?branch=master)](https://travis-ci.com/JuliaPackaging/Binarybuilderbase.jl)
3+
[![Build Status](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaPackaging/BinaryBuilderBase.jl/actions/workflows/ci.yml)
44

55
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliapackaging.github.io/BinaryBuilderBase.jl/stable)
6-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliapackaging.github.io/BinaryBuilderBase.jl/dev)
6+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliapackaging.github.io/BinaryBuilderBase.jl/dev)
77

8-
[![Coverage Status](https://coveralls.io/repos/github/JuliaPackaging/BinaryBuilderBase.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaPackaging/BinaryBuilderBase.jl?branch=master)
98
[![codecov](https://codecov.io/gh/JuliaPackaging/Binarybuilderbase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaPackaging/Binarybuilderbase.jl)
109

1110
This package serves as foundation for

0 commit comments

Comments
 (0)