Skip to content

Commit ea52033

Browse files
authored
Update the README build status badges (#620)
* Update README.md with up to date build badges The current one links to travis * URL typo * Include a branch for buildkite
1 parent ad0e923 commit ea52033

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| **Documentation** | **Build Status** | **Coverage** |
66
|:-------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-------------------------------:|
7-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][gitlab-img]][gitlab-url] [![][travis-img]][travis-url] [![PkgEval][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] |
7+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][gh-img]][gh-url] [![][buildkite-img]][buildkite-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://JuliaGPU.github.io/GPUArrays.jl/stable/
@@ -15,8 +15,11 @@
1515
[gitlab-img]: https://gitlab.com/JuliaGPU/GPUArrays.jl/badges/master/pipeline.svg
1616
[gitlab-url]: https://gitlab.com/JuliaGPU/GPUArrays.jl/commits/master
1717

18-
[travis-img]: https://api.travis-ci.com/JuliaGPU/GPUArrays.jl.svg?branch=master
19-
[travis-url]: https://travis-ci.com/JuliaGPU/GPUArrays.jl
18+
[gh-img]: https://github.com/JuliaGPU/GPUArrays.jl/actions/workflows/Test.yml/badge.svg?branch=master
19+
[gh-url]: https://github.com/JuliaGPU/GPUArrays.jl/actions/workflows/Test.yml
20+
21+
[buildkite-img]: https://badge.buildkite.com/05f9b27c5ce6c3906566fb66cfc42d44586e16d88a805a0b7b.svg?branch=master
22+
[buildkite-url]: https://buildkite.com/julialang/gpuarrays-dot-jl
2023

2124
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.svg
2225
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/G/GPUArrays.html

0 commit comments

Comments
 (0)