Fixing HHVM builds not having tidy support built-in to PHP (#3414)

Installs cli tidy, which is used as a fallback for CSSContentParser.
This commit is contained in:
Sean Harvey 2014-08-21 18:01:26 +12:00
parent c4ea64e743
commit 03c7231fcd
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,6 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm-nightly
env:
global:
@ -32,6 +31,11 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.1 BEHAT_TEST=1
- php: hhvm-nightly
env: DB=MYSQL CORE_RELEASE=3.1
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y tidy
before_script:
- composer self-update