Skip to content

Commit

Permalink
HHVM tests fail on travis
Browse files Browse the repository at this point in the history
Allow HHVM to fail on travis and make a note about it in README
  • Loading branch information
Christoph Singer committed Oct 7, 2015
1 parent b5a7304 commit 93ae710
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93ae710

Please sign in to comment.