From 003c0457e1543764682fa0af47da08b22c46e533 Mon Sep 17 00:00:00 2001 From: Andrii Dembitskyi Date: Sun, 11 Feb 2024 22:20:54 +0200 Subject: [PATCH] Update readme badge to use GitHub CI instead of unused Travis (#352) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2335a2..8f693fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching. -[![Build Status](https://travis-ci.org/graphql/dataloader.svg)](https://travis-ci.org/graphql/dataloader) +[![Build Status](https://github.com/graphql/dataloader/actions/workflows/validation.yml/badge.svg)](https://github.com/graphql/dataloader/actions/workflows/validation.yml) [![Coverage Status](https://coveralls.io/repos/graphql/dataloader/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql/dataloader?branch=main) A port of the "Loader" API originally developed by [@schrockn][] at Facebook in