Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 47c5097

Browse files
authored
Fix CI badges in the README (#47)
1 parent 64d6cff commit 47c5097

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,8 +1,7 @@
11
# GitCommand
22

3-
[![Build Status](https://travis-ci.com/bcbi/GitCommand.jl.svg?branch=master)](https://travis-ci.com/bcbi/GitCommand.jl)
4-
[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/bcbi/GitCommand.jl)](https://cirrus-ci.com/github/bcbi/GitCommand.jl)
5-
[![Codecov](https://codecov.io/gh/bcbi/GitCommand.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bcbi/GitCommand.jl)
3+
[![CI](https://github.com/JuliaVersionControl/GitCommand.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaVersionControl/GitCommand.jl/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/JuliaVersionControl/GitCommand.jl/branch/master/graph/badge.svg?token=cdXpiH0OJ3)](https://codecov.io/gh/JuliaVersionControl/GitCommand.jl)
65

76
GitCommand allows you to use command-line Git in your Julia packages. You do
87
not need to have Git installed on your computer, and neither do the users of

0 commit comments

Comments
 (0)