From b1510fc535c45f1f3180a6149b6f7f392722dc53 Mon Sep 17 00:00:00 2001 From: Chirayu Chiripal Date: Sun, 2 Nov 2014 19:10:34 +0530 Subject: [PATCH] add HHVM travis builds to allowed failures (HHVM 3.3.0) Signed-off-by: Chirayu Chiripal --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3001e4a4c9..dfabfc5937 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,8 @@ matrix: allow_failures: - php: 5.5 env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" + - php: hhvm + env: PHPUNIT_ARGS="--exclude-group selenium" fast_finish: true include: - php: 5.5