From dfbed9f91d763a9113046142f7b15ee395f2e133 Mon Sep 17 00:00:00 2001 From: lsmith77 Date: Mon, 26 Dec 2011 01:15:21 +0100 Subject: [PATCH] also test PHP 5.3.2, since this is the official lowest supported PHP version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2b7cad7582..8cae141562 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: + - 5.3.2 - 5.3 - 5.4