From e635e9a9139a4a141f4657f83d6c85c814ab15cc Mon Sep 17 00:00:00 2001 From: eddiejaoude Date: Sat, 31 Aug 2013 09:53:09 +0100 Subject: [PATCH] Added php 5.3 & 5.4 to travis config --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b74069f..9a73c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: php php: + - 5.3 - 5.4 + - 5.5 branches: only: