Skip to content

Commit 0ec8136

Browse files
committed
Update Travis CI URL
1 parent 5d3adf6 commit 0ec8136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Functional PHP: Functional primitives for PHP
22

3-
[![Build Status](https://secure.travis-ci.org/lstrojny/functional-php.svg)](http://travis-ci.org/lstrojny/functional-php)
3+
[![Build Status](https://secure.travis-ci.com/lstrojny/functional-php.svg)](http://travis-ci.com/lstrojny/functional-php)
44

55
*NOTE:* functional-php used to come with a C extension that implemented most of the functions natively. As the
66
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:
4747
- [David Soria Parra](https://github.com/dsp) for various ideas and the userland version of `Functional\flatten()`
4848
- [Max Beutel](https://github.com/maxbeutel) for `Functional\unique()`, `Functional\invoke_first()`,
4949
`Functional\invoke_last()` and all the discussions
50-
- The people behind [Travis CI](http://travis-ci.org/) for continuous integration
50+
- The people behind [Travis CI](http://travis-ci.com/) for continuous integration

0 commit comments

Comments
 (0)