Merge pull request #4413 from dhensby/pulls/travis-fix

Allow HHVM tests to run on new travis infrastructure
This commit is contained in:
Damian Mooyman 2015-07-20 21:51:13 +12:00
commit 0636062915

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