From 306bf8669f27f7e04626fcbf28d94c66a291f7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Mar 2014 14:14:05 +0100 Subject: [PATCH] Lint should not fail with hhvm, only tests can MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b825df98d1..a509ec0095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ after_script: matrix: allow_failures: - php: hhvm + env: PHPUNIT_ARGS="--exclude-group selenium" fast_finish: true include: - php: 5.5