mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-15 02:04:26 +02:00
Fixed formatting for last PR
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user