Skip to content

Commit

Permalink
Update README.md badges accordingly
Browse files Browse the repository at this point in the history
* Replace outdated travis badge with github workflow badge.
* Remove appveyor badge for now.
  • Loading branch information
yookoala committed Nov 15, 2023
1 parent 2160ae2 commit c68e1a4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RESTit [![Travis test][travis-badge]][travis] [![Appveyor test][appveyor-badge]][appveyor]
# RESTit [![CI test][ci-badge]][ci-url]

A Go micro-framework to help writing RESTful API integration test

Expand All @@ -8,10 +8,8 @@ integration test program for their JSON-based RESTful APIs.
The aim is to make these integration readable highly re-usable,
and yet easy to modify.

[travis]: https://travis-ci.org/go-restit/restit?branch=master
[travis-badge]: https://api.travis-ci.org/go-restit/restit.svg?branch=master
[appveyor]: https://ci.appveyor.com/project/yookoala/restit?branch=master
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/go-restit/restit?branch=master&svg=true
[ci-url]: https://github.com/go-restit/restit/actions?query=branch%3Amain
[ci-badge]: https://github.com/go-restit/restit/actions/workflows/ci.yml/badge.svg


Versions
Expand Down

0 comments on commit c68e1a4

Please sign in to comment.