From 66c9ca44006c1de8f067c377513c4793a3f47dc8 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Fri, 13 Dec 2013 11:49:12 -0800 Subject: [PATCH 1/2] Try running unit tests on HHVM --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bbca989254..ccee8e9eee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm env: - DB=mariadb From f495f937e93939418eda70d9e73e802f9b1dfa04 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Fri, 13 Dec 2013 18:11:49 -0800 Subject: [PATCH 2/2] HHVM is failing for now Lets at least keep running it so we remember to fix it --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ccee8e9eee..bfe58bee7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,3 +39,7 @@ notifications: - dev-team@phpbb.com on_success: change on_failure: change + +matrix: + allow_failures: + - php: hhvm