From 90da605cc8cf7397b6080952e7123a0c18244d53 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 13 Jun 2015 15:48:27 -0400 Subject: [PATCH] Re-enable 5.2 as travis still supports it for now. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 82761958e..54a265566 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: + - 5.2 - 5.3 - 5.4 - 5.5