Skip to content

Commit 6405075

Browse files
committed
ci: add GHA badge
Signed-off-by: Sebastien Binet <[email protected]>
1 parent 3e9f020 commit 6405075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ gopy
22
====
33

44
[![GoDoc](https://godoc.org/github.com/go-python/gopy?status.svg)](https://godoc.org/github.com/go-python/gopy)
5-
[![Build Status](https://travis-ci.org/go-python/gopy.svg?branch=master)](https://travis-ci.org/go-python/gopy)
5+
[![CI](https://github.com/go-python/gopy/workflows/CI/badge.svg)](https://github.com/go-python/gopy/actions)
66
[![Build status](https://ci.appveyor.com/api/projects/status/229rc10wcvsd5t8f?svg=true)](https://ci.appveyor.com/project/sbinet/gopy)
77

88
`gopy` generates (and compiles) a `CPython` extension module from a `go` package.

0 commit comments

Comments
 (0)