From 1830839b75fcb852b9aff9141f659c027e09061f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 5 Mar 2013 21:34:43 -0500 Subject: Test against 5.2.3, our minimum version. Also test against 5.3, 5.4 and 5.5 to be forward looking --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3