From 7888bb88e420f857bfe4b1f23ce5e59ce4fee9bb Mon Sep 17 00:00:00 2001 From: Lucas Meine Date: Sat, 6 Oct 2018 02:26:18 -0300 Subject: [PATCH] Fix Travis CI Badge link (#76) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was pointing to another repository. Not anymore 🚀🚀 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158dc0da..5bd6bef3 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mercado Pago SDK for PHP -[![Build Status](https://travis-ci.org/imasson/px-php.png)](https://travis-ci.org/imasson/px-php) +[![Build Status](https://travis-ci.org/mercadopago/dx-php.png)](https://travis-ci.org/mercadopago/dx-php) [![Coverage Status](https://coveralls.io/repos/github/imasson/px-php/badge.svg?branch=feature-ci-configuration-restclient)](https://coveralls.io/github/imasson/px-php?branch=feature-ci-configuration-restclient) This library provides developers with a simple set of bindings to the Mercado Pago API.