Skip to content

Commit 3fde7ba

Browse files
authored
Use dev-master version of htmlpurifier in HHVM tests on Travis CI (#24)
1 parent 46071f3 commit 3fde7ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ before_install:
2424

2525
install:
2626
- composer install
27+
# Last released version of htmlpurifier (4.10.0) is broken on HHVM
28+
# https://github.com/ezyang/htmlpurifier/issues/169
29+
- if [ "${TRAVIS_PHP_VERSION}" == "hhvm" ]; then composer require 'ezyang/htmlpurifier:dev-master#89b3fe4'; fi
2730

2831
script:
2932
- mkdir -p build/logs

0 commit comments

Comments
 (0)