From 0082ae0434f91fa6679fd939a40bec334981b133 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 15 Jan 2013 02:51:10 +0100 Subject: [PATCH] [travis/php-5.3.3] Build on PHP 5.3.3 in addition to the latest 5.3 version. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 18d8cbea..e7ee66d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 5.2 + - 5.3.3 - 5.3 - 5.4