summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-06-06 05:51:08 +0900
committerGitHub <noreply@github.com>2023-06-06 05:51:08 +0900
commit527ea012f357a70c1eafb935dc685d3e2f5b0ce6 (patch)
treec77aad6d02a8e9397eb324c1fdb52be8bb1576ec /README.md
parent019a9ffbeeee5dd5a4ea2bac5275246a04d800de (diff)
Remove TravisCI configuration file and fix GitHub actions badges (#2602)
* Remove TravisCI configuration file * Update CI badges in README.md to refer to GitHub Actions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2388e318..1b7f561b 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,9 @@ jq
jq is a lightweight and flexible command-line JSON processor.
-[![Coverage Status](https://coveralls.io/repos/stedolan/jq/badge.svg?branch=master&service=github)](https://coveralls.io/github/stedolan/jq?branch=master),
-Unix: [![Build Status](https://travis-ci.org/stedolan/jq.svg?branch=master)](https://travis-ci.org/stedolan/jq),
-Windows: [![Windows build status](https://ci.appveyor.com/api/projects/status/mi816811c9e9mx29?svg=true)](https://ci.appveyor.com/project/stedolan/jq)
-
+[![Linux Build](https://github.com/jqlang/jq/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/jqlang/jq/actions/workflows/linux.yml?query=branch%3Amaster)
+[![MacOS Build](https://github.com/jqlang/jq/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/jqlang/jq/actions/workflows/macos.yml?query=branch%3Amaster)
+[![Windows Build](https://github.com/jqlang/jq/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/jqlang/jq/actions/workflows/windows.yml?query=branch%3Amaster)
If you want to learn to use jq, read the documentation at
[https://jqlang.github.io/jq](https://jqlang.github.io/jq). This