aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-05-27 12:30:12 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-05-27 12:30:12 +0200
commit8cb9004ab3ba01e0833ae25418691f8f69bf0172 (patch)
tree51fcf758999d13996c21c07a2aa7c8af70a64953
parent440e699bc55dc0171e9b16374a3b2d1dc52eecbf (diff)
downloadforums-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.yml1
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