From 2bd055355b94474e16c45b15cc5712485e4199fc Mon Sep 17 00:00:00 2001 From: ozh Date: Sun, 2 Nov 2014 11:57:44 +0100 Subject: [PATCH] Remove 5.2 from Travis It made it impossible to test 5.3+ only PHP syntax. From now on and till the min version requirement is officially 5.3, consider YOURLS to be "most likely 5.2 compatible" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d97470..66a7d10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 5.2 - 5.3 - 5.4 - 5.5 + - 5.6 env: - DB=mysql -- 2.45.0