Skip to content

Commit ba54433

Browse files
authored
Update README badges.
1 parent eae2ecd commit ba54433

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22

33
*A Julia wrapper for the LLVM C API.*
44

5-
| **Documentation** | **Build Status** | **Coverage** |
6-
|:-------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------:|:-------------------------------:|
7-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![PkgEval][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] |
5+
| **Documentation** | **Build Status** | **Coverage** |
6+
|:-------------------------------------------------------------------------:|:--------------------------------------------------------------------:|:-------------------------------:|
7+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][github-img]][github-url] [![PkgEval][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] |
88

99
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
1010
[docs-stable-url]: http://maleadt.github.io/LLVM.jl/stable
1111

1212
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
1313
[docs-dev-url]: http://maleadt.github.io/LLVM.jl/dev
1414

15-
[travis-img]: https://api.travis-ci.com/maleadt/LLVM.jl.svg?branch=master
16-
[travis-url]: https://travis-ci.com/maleadt/LLVM.jl
17-
18-
[appveyor-img]: https://ci.appveyor.com/api/projects/status/5069m449yvvkyn9q/branch/master?svg=true
19-
[appveyor-url]: https://ci.appveyor.com/project/maleadt/llvm-jl
15+
[github-img]: https://github.com/maleadt/LLVM.jl/actions/workflows/ci.yml/badge.svg
16+
[github-url]: https://github.com/maleadt/LLVM.jl/actions/workflows/ci.yml
2017

2118
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/L/LLVM.svg
2219
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/L/LLVM.html

0 commit comments

Comments
 (0)