From 7e766d9592dd7fe129a038470477f7728f9931ae Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 8 Nov 2013 10:35:52 +0100 Subject: [PATCH] start with older php version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 90ea1fa..09e2932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php php: - - 5.5 + - 5.3 env: - DB=mysql - DB=pgsql