From 93ae710741c5909fde48838872eb826161a965cc Mon Sep 17 00:00:00 2001 From: Christoph Singer Date: Wed, 7 Oct 2015 16:21:30 +0200 Subject: [PATCH] HHVM tests fail on travis Allow HHVM to fail on travis and make a note about it in README --- .travis.yml | 1 + README.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 591c7a5..cca2863 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ after_script: matrix: allow_failures: - env: SYMFONY_VERSION=dev-master + - php: hhvm exclude: - env: SYMFONY_VERSION=dev-master php: 5.3 diff --git a/README.md b/README.md index 867a0c0..26f627d 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,14 @@ on HTML5 specific elements which are ignored by HtmlPageDom, so HtmlPageDom is u - HtmlPageDom has not been tested with character encodings other than UTF-8. -- ~~According to failing Travis-CI tests, it does not work with HHVM (fixes welcome)~~ **Update 2015-05-21**: [Travis CI -test with HipHop VM 3.5.0] (https://travis-ci.org/wasinger/htmlpagedom/jobs/63323545) now passes +- According to failing Travis-CI tests, it does not work with HHVM (fixes welcome) + + - **Update 2015-05-21**: [Travis CI test with HipHop VM 3.5.0] (https://travis-ci.org/wasinger/htmlpagedom/jobs/63323545) + now passes + + - **Update 2015-05-21**: [Travis CI test with HipHop VM 3.6.6] (https://travis-ci.org/wasinger/htmlpagedom/jobs/84101460) + fails again, I don't know why, and since I personally don't use hhvm I won't fix it. So "official" support for + hhvm is removed again. Fixes still welcome. History