We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46071f3 commit 3fde7baCopy full SHA for 3fde7ba
.travis.yml
@@ -24,6 +24,9 @@ before_install:
24
25
install:
26
- 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
30
31
script:
32
- mkdir -p build/logs
0 commit comments