Skip to content

Commit 8a1188e

Browse files
Updated to use travis ci .com build badge in README.md
1 parent 097959a commit 8a1188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Port of the [Facebook's DataLoader](https://github.com/facebook/dataloader) to P
33

44
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.
55

6-
[![Build Status](https://travis-ci.org/lordthorzonus/php-dataloader.svg?branch=master)](https://travis-ci.org/lordthorzonus/php-dataloader)
6+
[![Build Status](https://app.travis-ci.com/lordthorzonus/php-dataloader.svg?branch=master)](https://app.travis-ci.com/lordthorzonus/php-dataloader)
77
[![Code Coverage](https://scrutinizer-ci.com/g/lordthorzonus/php-dataloader/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/lordthorzonus/php-dataloader/?branch=master)
88
[![Latest Stable Version](https://poser.pugx.org/leinonen/php-dataloader/v/stable)](https://packagist.org/packages/leinonen/php-dataloader)
99
[![Total Downloads](https://poser.pugx.org/leinonen/php-dataloader/downloads)](https://packagist.org/packages/leinonen/php-dataloader)

0 commit comments

Comments
 (0)