diff options
author | Rubén Dávila <rdavila84@gmail.com> | 2016-01-22 17:54:37 -0500 |
---|---|---|
committer | Rubén Dávila <rdavila84@gmail.com> | 2016-01-22 17:54:37 -0500 |
commit | 9ef468922c2ed5a02250414576fcf98ad1ac23cb (patch) | |
tree | 486946a24a56d38681507e7498a7fd5dfe1d5195 /doc/ci/languages/php.md | |
parent | 7c520c7803524de0eefb8fbcc79d4c943a80c4de (diff) | |
parent | 3982219d98da1578d9b61bf685a7389371778eee (diff) | |
download | gitlab-ce-9ef468922c2ed5a02250414576fcf98ad1ac23cb.tar.gz |
Merge branch 'master' into issue_5546
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 |