From 585a60e9952295966eb060476b48d29ee90db63b Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 25 Jul 2013 12:36:46 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe84080d..16284708 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ PHPCI PHPCI is a free and open source continuous integration tool specifically designed for PHP. We've built it with simplicity in mind, so whilst it doesn't do *everything* Jenkins can do, it is a breeze to set up and use. -_**Please be aware that this is a brand new project, in an alpha state, so there will be bugs and missing features.**_ +_**Please be aware that this is a beta-release project, so there will be bugs and missing features.**_ **Current Build Status** ![Build Status](http://phpci.block8.net/build-status/image/2) ##What it does: -* Clones your project from Github, Bitbucket or a local path (support for standard remote Git repositories coming soon.) +* Clones your project from Github, Bitbucket or a local path * Allows you to set up and tear down test databases. * Installs your project's Composer dependencies. * Runs through any combination of the following plugins: @@ -28,7 +28,6 @@ _**Please be aware that this is a brand new project, in an alpha state, so there * Multiple testing workers. * Install PEAR or PECL extensions. * Deployments. -* Success / Failure emails. ##Installing PHPCI: ####Pre-requisites: