From 0b85f63e2a8006facdc8672470b257d0eb3ccd45 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 14 Feb 2014 22:55:51 -0500 Subject: [PATCH] PHP 5.2 is allowed to fail - support is ended --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 37ee76c..320e8e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ script: cd tests && phpunit matrix: allow_failures: - php: hhvm + - php: 5.2