From 3ff5c623f226c94cf3e6f5fe101fd25f7ef189f3 Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Thu, 25 Jul 2013 00:44:33 +0300 Subject: [PATCH] add 5.2, 5.5 to PHP versions to test against --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc7817c..38c9928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: php php: + - 5.5 - 5.4 - - 5.3 \ No newline at end of file + - 5.3 + - 5.2 \ No newline at end of file