diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-05-27 12:30:12 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-05-27 12:30:12 +0200 |
commit | 8cb9004ab3ba01e0833ae25418691f8f69bf0172 (patch) | |
tree | 51fcf758999d13996c21c07a2aa7c8af70a64953 | |
parent | 440e699bc55dc0171e9b16374a3b2d1dc52eecbf (diff) | |
download | forums-8cb9004ab3ba01e0833ae25418691f8f69bf0172.tar forums-8cb9004ab3ba01e0833ae25418691f8f69bf0172.tar.gz forums-8cb9004ab3ba01e0833ae25418691f8f69bf0172.tar.bz2 forums-8cb9004ab3ba01e0833ae25418691f8f69bf0172.tar.xz forums-8cb9004ab3ba01e0833ae25418691f8f69bf0172.zip |
[ticket/10909] Also test develop-olympus with low PHP 5.3 version on travis.
Also test develop-olympus with low PHP 5.3 version (i.e. PHP 5.3.3) on travis.
PHPBB3-10909
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d73bbd2a48..6a1ecedac4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: - 5.2 + - 5.3.3 - 5.3 - 5.4 |