From ccc5ae197fad0b95e6d99d312e542803102c0841 Mon Sep 17 00:00:00 2001 From: Corpsee Date: Sun, 13 Jul 2014 10:51:53 +0700 Subject: [PATCH] Added Continuous Integration category (separated from Testing) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b63c7d5..3b8807c 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing. * [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing. * [Locust](http://locust.io/) - A modern load test library written in Python. + +## Continuous Integration +*Application for Continuous Integration.* + * [Travis CI](https://travis-ci.org/) - A continuous integration platform. * [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.