Allow HHVM tests to run on new travis infrastructure

This commit is contained in:
Daniel Hensby 2015-07-18 22:16:27 +01:00
parent 271f64e9b2
commit b5eecd1829
1 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,11 @@ language: php
sudo: false
addons:
apt:
packages:
- tidy
cache:
directories:
- $HOME/.composer/cache
@ -42,9 +47,6 @@ matrix:
env: DB=MYSQL
- php: hhvm
env: DB=MYSQL
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y tidy
before_script:
- composer self-update || true