From 0ec81367978e61ac2bc77fa240ea4c103ca3b8a3 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Wed, 17 Jun 2020 13:37:34 +0200 Subject: [PATCH] Update Travis CI URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46f90909..9e214ef2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Functional PHP: Functional primitives for PHP -[![Build Status](https://secure.travis-ci.org/lstrojny/functional-php.svg)](http://travis-ci.org/lstrojny/functional-php) +[![Build Status](https://secure.travis-ci.com/lstrojny/functional-php.svg)](http://travis-ci.com/lstrojny/functional-php) *NOTE:* functional-php used to come with a C extension that implemented most of the functions natively. As the performance differences weren’t that huge compared to the maintenance cost it has been removed. @@ -47,4 +47,4 @@ Run the following command in your project root: - [David Soria Parra](https://github.com/dsp) for various ideas and the userland version of `Functional\flatten()` - [Max Beutel](https://github.com/maxbeutel) for `Functional\unique()`, `Functional\invoke_first()`, `Functional\invoke_last()` and all the discussions -- The people behind [Travis CI](http://travis-ci.org/) for continuous integration +- The people behind [Travis CI](http://travis-ci.com/) for continuous integration