From 27b2cf77cac93fabc14be441074710dc8eb24024 Mon Sep 17 00:00:00 2001 From: Jeremy Dunn Date: Tue, 16 Nov 2021 17:04:56 -0600 Subject: [PATCH] comment out travis and circleci badges in README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28b8f896..7535ffe6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ [![Latest Stable Version](https://poser.pugx.org/jeremy-dunn/php-fedex-api-wrapper/v/stable)](https://packagist.org/packages/jeremy-dunn/php-fedex-api-wrapper) [![Total Downloads](https://poser.pugx.org/jeremy-dunn/php-fedex-api-wrapper/downloads)](https://packagist.org/packages/jeremy-dunn/php-fedex-api-wrapper) -[![Build Status](https://travis-ci.org/JeremyDunn/php-fedex-api-wrapper.svg?branch=master)](https://travis-ci.org/JeremyDunn/php-fedex-api-wrapper) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ee5bdc605dfd44d0a590ea1dfc031421)](https://www.codacy.com/app/JeremyDunn/php-fedex-api-wrapper?utm_source=github.com&utm_medium=referral&utm_content=JeremyDunn/php-fedex-api-wrapper&utm_campaign=badger) + +[comment]: <> ([![Build Status](https://travis-ci.org/JeremyDunn/php-fedex-api-wrapper.svg?branch=master)](https://travis-ci.org/JeremyDunn/php-fedex-api-wrapper)) + +[comment]: <> ([![Codacy Badge](https://api.codacy.com/project/badge/Grade/ee5bdc605dfd44d0a590ea1dfc031421)](https://www.codacy.com/app/JeremyDunn/php-fedex-api-wrapper?utm_source=github.com&utm_medium=referral&utm_content=JeremyDunn/php-fedex-api-wrapper&utm_campaign=badger)) This library provides a fluid interface for constructing requests to the FedEx web service API.