diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-22 09:34:45 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-22 09:34:45 +0100 |
commit | 831eb9468d5f82bd7d0c4e51e6ce87ca86aeca8c (patch) | |
tree | 739f342da21ad303605f997eb578ef5ce18d256d /doc/ci/languages/php.md | |
parent | b4d61ac46babc04f67bb191c477dddc88e10ad45 (diff) | |
parent | 8be4e545635f0f01993290b4577dbe38e74c6bbf (diff) | |
download | gitlab-ce-831eb9468d5f82bd7d0c4e51e6ce87ca86aeca8c.tar.gz |
Merge branch 'master' into doc_refactor_commits_api
Diffstat (limited to 'doc/ci/languages/php.md')
-rw-r--r-- | doc/ci/languages/php.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/languages/php.md b/doc/ci/languages/php.md index dacb67fa3ff..77f9fae5bb6 100644 --- a/doc/ci/languages/php.md +++ b/doc/ci/languages/php.md @@ -12,7 +12,7 @@ configuration from the developer. To overcome this we will be using the official [PHP docker image][php-hub] that can be found in Docker Hub. This will allow us to test PHP projects against different versions of PHP. -However, not everything is plug 'n' play, you still need to onfigure some +However, not everything is plug 'n' play, you still need to configure some things manually. As with every build, you need to create a valid `.gitlab-ci.yml` describing the |