mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
c4ea64e743
commit
03c7231fcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user