Fixed formatting for last PR

This commit is contained in:
Phil Sturgeon
2012-12-09 16:21:48 -05:00
parent 979d00ef71
commit 85c8cb1212

View File

@@ -61,9 +61,12 @@ Further reading:
> approach leads to significantly reduced integration problems and allows a team to develop cohesive software more
> rapidly.
*Martin Fowler*
*-- Martin Fowler*
There are different ways to implement continuous integration for PHP. Recently [Travis CI](https://travis-ci.org/) has done a great job of making continuous integration a reality even for small projects. Travis CI is a hosted continuous integration service for the open source community. It is integrated with GitHub and offers first class support for many languages including PHP.
There are different ways to implement continuous integration for PHP. Recently [Travis CI](https://travis-ci.org/) has
done a great job of making continuous integration a reality even for small projects. Travis CI is a hosted continuous
integration service for the open source community. It is integrated with GitHub and offers first class support for many
languages including PHP.
Further reading: