From ea5f2ba309d591f53af9e72394b73c82ca91f381 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Fri, 6 Feb 2015 14:51:29 +0200 Subject: Allow failures for 5.2 on Travis until we figure it out They've removed 5.2 support ... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3a823f7b0..4f560442b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ script: phpunit -d zend.enable_gc=0 -d date.timezone=UTC --coverage-text --confi matrix: allow_failures: + - php: 5.2 - php: hhvm exclude: - php: hhvm -- cgit v1.2.3-24-g4f1b