From ab6cbe7e10b8b12a68f1bb3382908e1ccb9b2e5a Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Tue, 11 Feb 2014 16:34:40 +0100 Subject: [PATCH] Add PHP 5.6 to the build matix of Travis-CI. Builds are allowed to fail for now as PHP 5.6 is still in alpha stage. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d37bd586..050ebe8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 - hhvm branches: except: @@ -14,5 +15,6 @@ services: redis-server script: phpunit -c phpunit.xml.travisci matrix: allow_failures: + - php: 5.6 - php: hhvm fast_finish: true