Restyled Miscellaneous Billing Options HCFA with help file (#1713)
[openemr.git] / vendor / dompdf / dompdf / .travis.yml
blob7c94a4ea8d9828fdaa72e936b57a07e943147b46
1 language: php
3 php:
4   - 5.3
5   - 5.4
6   - 5.5
7   - 5.6
8   - 7.0
9   - hhvm
11 install: travis_retry composer install --no-interaction --prefer-source
13 script: vendor/bin/phpunit
15 matrix:
16   allow_failures:
17     - php: hhvm
18   fast_finish: true