Skip to content

Commit 003c045

Browse files
authored
Update readme badge to use GitHub CI instead of unused Travis (#352)
1 parent 55c33d4 commit 003c045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DataLoader is a generic utility to be used as part of your application's data
44
fetching layer to provide a simplified and consistent API over various remote
55
data sources such as databases or web services via batching and caching.
66

7-
[![Build Status](https://travis-ci.org/graphql/dataloader.svg)](https://travis-ci.org/graphql/dataloader)
7+
[![Build Status](https://github.com/graphql/dataloader/actions/workflows/validation.yml/badge.svg)](https://github.com/graphql/dataloader/actions/workflows/validation.yml)
88
[![Coverage Status](https://coveralls.io/repos/graphql/dataloader/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql/dataloader?branch=main)
99

1010
A port of the "Loader" API originally developed by [@schrockn][] at Facebook in

0 commit comments

Comments
 (0)