From 1c8d05cfe7d7f4bde7739ec981caf7976f6c3b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 28 Apr 2014 15:20:04 +0200 Subject: [PATCH] Prepare for testing of PHP 5.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2281541f7f..3d6af290f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ language: php php: + - "5.6" - "5.5" - "5.4" - "5.3" @@ -77,6 +78,7 @@ matrix: env: PHPUNIT_ARGS="--exclude-group selenium" - php: 5.5 env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" + - php: 5.6 fast_finish: true include: - php: 5.5