1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Replace Travis badge with GitHub Actions one

This commit is contained in:
Juhani Numminen 2021-07-07 17:59:26 +03:00
parent 7a85d02682
commit e1ca461333

View file

@ -4,14 +4,14 @@
This is an open source and portable (Windows, Linux and Mac OS X) collection This is an open source and portable (Windows, Linux and Mac OS X) collection
of Card Solitaire/Patience games written in Python. Its homepage is of Card Solitaire/Patience games written in Python. Its homepage is
http://pysolfc.sourceforge.net/ . https://pysolfc.sourceforge.io/.
The maintenance branch of PySol FC on GitHub by [Shlomi The maintenance branch of PySol FC on GitHub by [Shlomi
Fish](http://www.shlomifish.org/) and by some other Fish](http://www.shlomifish.org/) and by some other
people, has gained official status, ported the code to Python 3, people, has gained official status, ported the code to Python 3,
and implemented some other enhancements. and implemented some other enhancements.
- [![Build Status](https://travis-ci.org/shlomif/PySolFC.svg)](https://travis-ci.org/shlomif/PySolFC) - [![CI tests at GitHub](https://github.com/shlomif/PySolFC/actions/workflows/ci.yml/badge.svg)](https://github.com/shlomif/PySolFC/actions/workflows/ci.yml)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/04re7umgl3yuukmh?svg=true)](https://ci.appveyor.com/project/shlomif/pysolfc) [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/04re7umgl3yuukmh?svg=true)](https://ci.appveyor.com/project/shlomif/pysolfc)
## Call for Contributors ## Call for Contributors