From 2c8c2368a2f7cd891cfa4355419b723ecac24692 Mon Sep 17 00:00:00 2001 From: Bartosz Maciaszek Date: Fri, 10 May 2013 12:14:47 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afcab61..33b4446 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ developers know where to find good information! * [Ukrainian](http://iflista.github.com/php-the-right-way) * [Portuguese](http://br.phptherightway.com/) * [Bulgarian](http://bg.phptherightway.com/) +* [Polish](http://pl.phptherightway.com/) ### Translations From 1753639937b167d86e81496c32e46a1af649ca63 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Tue, 14 May 2013 13:04:25 +0200 Subject: [PATCH 2/2] Adding PHPCI to the continuous integration section. --- _posts/09-05-01-Building your Application.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/09-05-01-Building your Application.md b/_posts/09-05-01-Building your Application.md index d0708b1..59f6f9a 100644 --- a/_posts/09-05-01-Building your Application.md +++ b/_posts/09-05-01-Building your Application.md @@ -71,4 +71,5 @@ languages including PHP. Further reading: * [Continuous Integration with Jenkins](http://jenkins-ci.org/) -* [Continuous Integration with Teamcity](http://www.jetbrains.com/teamcity/) \ No newline at end of file +* [Continuous Integration with PHPCI](http://www.phptesting.org/) +* [Continuous Integration with Teamcity](http://www.jetbrains.com/teamcity/)