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