summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-03-05 21:34:43 -0500
committerBharat Mediratta <bharat@menalto.com>2013-03-05 21:34:43 -0500
commit1830839b75fcb852b9aff9141f659c027e09061f (patch)
tree70ba282890829cb91600c52aa698e6e21a0e7477
parentd2577c066ba7698583c4a7fd823751876dadab6e (diff)
Test against 5.2.3, our minimum version.
Also test against 5.3, 5.4 and 5.5 to be forward looking
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f564a11..8178c687 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: php
php:
- - "5.3"
+ - 5.2.3
+ - 5.3
+ - 5.4
+ - 5.5
services:
- mysql